Skip to content

Commit 6d36765

Browse files
committed
changes after review
1 parent b6917a0 commit 6d36765

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • mevislab.github.io/content/tutorials/basicmechanisms/macromodules

mevislab.github.io/content/tutorials/basicmechanisms/macromodules/itemmodelview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,8 @@ gNextId = 0
172172

173173
def getNextId():
174174
global gNextId
175-
id = gNextId
176175
gNextId += 1
177-
return id
176+
return gNextId
178177
```
179178
{{</highlight>}}
180179

0 commit comments

Comments
 (0)