Skip to content

Commit

Permalink
Format with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
MunifTanjim authored and github-actions[bot] committed May 26, 2023
1 parent fc08490 commit b9d0694
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions lua/luasnip/extras/postfix.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,10 @@ local function postfix(context, nodes, opts)
context = node_util.wrap_context(context)
context.wordTrig = false
local match_pattern = context.match_pattern or matches.default
context.condition = wrap_condition(
context.condition,
context.trig,
match_pattern
)
context.show_condition = wrap_condition(
context.show_condition,
context.trig,
match_pattern
)
context.condition =
wrap_condition(context.condition, context.trig, match_pattern)
context.show_condition =
wrap_condition(context.show_condition, context.trig, match_pattern)

opts = vim.tbl_deep_extend(
"force",
Expand Down

0 comments on commit b9d0694

Please sign in to comment.