Skip to content

Commit 5d4bcf7

Browse files
committed
clean codestyle
1 parent b087ffe commit 5d4bcf7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

crates/emmylua_formatter/src/test/misc_tests.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ local y = 2
6060
fn test_long_string_preserves_trailing_spaces() {
6161
// Long string content including trailing spaces must be preserved exactly
6262
assert_format!(
63-
r#"local s = [[ hello
64-
world
63+
r#"local s = [[ hello
64+
world
6565
]]
6666
"#,
67-
r#"local s = [[ hello
68-
world
67+
r#"local s = [[ hello
68+
world
6969
]]
7070
"#
7171
);

0 commit comments

Comments
 (0)