Skip to content

Commit f7288eb

Browse files
authored
add missing bracket (#312)
Signed-off-by: bellaj <bellaj.badr@gmail.com>
1 parent a53121f commit f7288eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const util = require('util');
9797
/**
9898
* Support the Updating of values within the SmartContract
9999
*/
100-
class UpdateValues extends Contract
100+
class UpdateValues extends Contract{
101101
102102
constructor(){
103103
super('UpdateValuesContract');

0 commit comments

Comments
 (0)