Skip to content

Commit

Permalink
Format with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
L3MON4D3 authored and actions-user committed Oct 27, 2021
1 parent e1a0dc4 commit 383a932
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/luasnip/nodes/snippet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ local conf = require("luasnip.config")
local session = require("luasnip.session")
local pattern_tokenizer = require("luasnip.util.pattern_tokenizer")

local true_func = function() return true end
local true_func = function()
return true
end
local callbacks_mt = {
__index = function(table, key)
rawset(table, key, {})
Expand Down

0 comments on commit 383a932

Please sign in to comment.