Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IR0NSIGHT committed Nov 8, 2023
1 parent 1dadfb1 commit 8663d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pos/arrays.effekt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def main() = {
val arrWithVals = arrayFromValue(4,"Hello World");
println(arrWithVals)

val arrByF = arrayFromLoop(5){ i => i};
val arrByF = arrayFromLoop(5){ i => i };
println(arrByF);

var arrByList = arrayFromList([1,5,17]);
Expand Down

0 comments on commit 8663d57

Please sign in to comment.