Skip to content

Commit 27eb95b

Browse files
committed
Formatting fix
1 parent cec2320 commit 27eb95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/themepark/plugins/bbox.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ local function dump_toml(o, indent_size, parents)
225225
else
226226
if type(v) == 'string' then
227227
if string.find(v, '"') then
228-
v = '"""' ..v.. '"""'
228+
v = '"""' .. v .. '"""'
229229
else
230-
v = '"' ..v.. '"'
230+
v = '"' .. v .. '"'
231231
end
232232
end
233233
s = s .. '\n' .. indent .. k .. ' = ' .. dump_toml(v, indent_size, parents)

0 commit comments

Comments
 (0)