Skip to content

Commit ee206e6

Browse files
glepnirCopilot
andauthored
fixup!
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ccfe35f commit ee206e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/format_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ describe('format module', function()
116116
if vim.g.blah then
117117
return { '1s/$/\\$/' }
118118
else
119-
return { '' }
119+
return { 's/^//' }
120120
end
121121
end,
122122
stdin = true,

0 commit comments

Comments
 (0)