Skip to content

Commit 734b9d4

Browse files
authored
Merge pull request #73 from jokrugel/patch-1
Fix indentation for StackArray.push()
2 parents 0372027 + 7917772 commit 734b9d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pseudocode.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@
680680
[" for (i from front to back):"],
681681
[" copy array value at i to newArray"],
682682
[" array points to newArray"],
683-
[" put data into array at back"],
684-
[" increment size"],
683+
[" put data into array at back"],
684+
[" increment size"],
685685
["end procedure"]
686686
]
687687
},

0 commit comments

Comments
 (0)