Skip to content

Commit

Permalink
add missing bracket (#312)
Browse files Browse the repository at this point in the history
Signed-off-by: bellaj <bellaj.badr@gmail.com>
  • Loading branch information
bellaj authored Feb 2, 2022
1 parent a53121f commit f7288eb
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 f7288eb

Please sign in to comment.