From 771385b64158ababcbef17516dc3cc922fa10ce6 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Sun, 23 Jun 2024 19:37:10 +1200 Subject: [PATCH] fix code formatting --- test/runtests.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 27fb4b8..42c11d7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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