Skip to content

Commit

Permalink
Fix skip_else spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Mar 31, 2024
1 parent 7258272 commit 051c617
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@ mod tests {
};
test_program(
"if nothing is nothing
Foo says foo
Else
Bar says bar
Foo says foo
Else
Bar says bar
",
",
end_variables,
"",
);
Expand Down

0 comments on commit 051c617

Please sign in to comment.