Skip to content

Commit 57c9f5c

Browse files
masakichiL3MON4D3
authored andcommitted
Format with stylua
1 parent 0a2af16 commit 57c9f5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/luasnip/util/_builtin_vars.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ end
113113

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

0 commit comments

Comments
 (0)