Skip to content

Commit d96cf67

Browse files
committed
chore: remove wrong comment
1 parent 84cc4fa commit d96cf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ inlayHintPosRecProvider _ state _pId InlayHintParams {_textDocument = TextDocume
265265
, _kind = Nothing -- neither a type nor a parameter
266266
, _textEdits = Just (maybeToList te) -- same as CodeAction
267267
, _tooltip = Just $ InL "Expand positional record" -- same as CodeAction
268-
, _paddingLeft = Nothing -- padding after dotdot
268+
, _paddingLeft = Nothing
269269
, _paddingRight = Nothing
270270
, _data_ = Nothing
271271
}

0 commit comments

Comments
 (0)