Skip to content

Commit

Permalink
remove tabs from multiline string literals
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Aug 2, 2024
1 parent eba1489 commit 1348eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lsp_features/hover.zig
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ test "struct" {
);
try testHover(
\\const <cursor>S = struct {
\\ fn foo() void {
\\ // many lines here
\\ fn foo() void {
\\ // many lines here
\\ }
\\
\\ fld: u8,
Expand Down

0 comments on commit 1348eb6

Please sign in to comment.