Skip to content

Commit

Permalink
Format with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
masakichi authored and L3MON4D3 committed Dec 17, 2023
1 parent 0a2af16 commit 57c9f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/luasnip/util/_builtin_vars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ end

function lazy_vars.CURRENT_TIMEZONE_OFFSET()
return time_util
.get_timezone_offset(os.time())
.get_timezone_offset(os.time())
:gsub("([+-])(%d%d)(%d%d)$", "%1%2:%3")
end

Expand Down

0 comments on commit 57c9f5c

Please sign in to comment.