Skip to content

Commit

Permalink
add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
bellaj committed Feb 1, 2022
1 parent a53121f commit 25d021b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const util = require('util');
/**
* Support the Updating of values within the SmartContract
*/
class UpdateValues extends Contract
class UpdateValues extends Contract{
constructor(){
super('UpdateValuesContract');
Expand Down

0 comments on commit 25d021b

Please sign in to comment.