Skip to content

Commit 5a51dbb

Browse files
Format source code
1 parent 74e5524 commit 5a51dbb

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
@@ -301,7 +301,7 @@ rest.run = function(verbose)
301301

302302
local start_line = start_request()
303303
if start_line == 0 then
304-
vim.api.nvim_err_writeln("[rest.nvim]: No request found")
304+
vim.api.nvim_err_writeln("[rest.nvim]: No request found")
305305
return
306306
end
307307
local end_line = end_request()

0 commit comments

Comments
 (0)