Skip to content

Commit dddbe8f

Browse files
committed
chore: styling
1 parent 30d896e commit dddbe8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neotest/consumers/diagnostic.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ local function init(client)
8484
local pos_by_id = positions:get_key(pos_id)
8585
local default_line = pos_by_id and pos_by_id:closest_value_for("range")[1]
8686
local placed = self.tracking_marks[pos_id]
87-
or self:init_mark(pos_id, result.errors, default_line)
87+
or self:init_mark(pos_id, result.errors, default_line)
8888
if placed then
8989
for error_i, error in pairs(result.errors or {}) do
9090
local success, mark = pcall(

0 commit comments

Comments
 (0)