Skip to content

Commit 5d555f0

Browse files
Format source code
1 parent acc5227 commit 5d555f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/rest-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ local function get_body(bufnr, stop_line, query_line, json_body)
133133
end
134134
end
135135

136-
json = '{' .. json_string .. '}'
136+
json = '{' .. json_string .. '}'
137137
end
138138

139139
go_to_line(bufnr, query_line)

0 commit comments

Comments
 (0)