Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed Jun 23, 2024
1 parent d0b8c67 commit 771385b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ using Test
write(
sb,
"""
x = 2 + 2
print(x)
x + 1
"""
x = 2 + 2
print(x)
x + 1
"""
)
(result, output) = CodeEvaluation.evaluate!(sb)
@test result === 5
Expand Down

0 comments on commit 771385b

Please sign in to comment.