Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Oct 13, 2022
1 parent acdf6a4 commit c8a319f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/procedures/observable_parameter_model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export class ObservableParameterModel implements IParameterModel {
* If you want your procedure blocks to have typed parameters, you need to
* implement your own ParameterModel.
*/
setTypes(types: string[]): this {
setTypes(_types: string[]): this {
console.warn(
'The built-in ParameterModel does not support typing. You need to ' +
'implement your own custom ParameterModel.')
'implement your own custom ParameterModel.');
return this;
}

Expand Down

0 comments on commit c8a319f

Please sign in to comment.