Skip to content

Commit 1843932

Browse files
L3MON4D3github-actions[bot]
authored andcommitted
Format with stylua
1 parent 4f26b4e commit 1843932

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/integration/snippet_basics_spec.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ describe("snippets_basic", function()
6767
end
6868
})
6969
]])
70-
screen:expect{grid=[[
70+
screen:expect({
71+
grid = [[
7172
testtest^ |
7273
{0:~ }|
73-
{2:-- INSERT --} |]]}
74+
{2:-- INSERT --} |]],
75+
})
7476
end)
7577

7678
it("Can expand Snippets from `all` via <Plug>", function()

0 commit comments

Comments
 (0)