Skip to content

Commit 051c617

Browse files
committed
Fix skip_else spacing
1 parent 7258272 commit 051c617

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,11 @@ mod tests {
240240
};
241241
test_program(
242242
"if nothing is nothing
243-
Foo says foo
244-
Else
245-
Bar says bar
243+
Foo says foo
244+
Else
245+
Bar says bar
246246
247-
",
247+
",
248248
end_variables,
249249
"",
250250
);

0 commit comments

Comments
 (0)