Skip to content

Commit b903dd0

Browse files
committed
remove tabs from multiline string literals
1 parent eba1489 commit b903dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lsp_features/hover.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ test "struct" {
317317
);
318318
try testHover(
319319
\\const <cursor>S = struct {
320-
\\ fn foo() void {
321-
\\ // many lines here
320+
\\ fn foo() void {
321+
\\ // many lines here
322322
\\ }
323323
\\
324324
\\ fld: u8,

0 commit comments

Comments
 (0)