Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 988dcff

Browse files
committed
Add space to code action title
1 parent a1f0bed commit 988dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Haskell/Ide/Engine/Plugin/HsImport.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ codeActionProvider plId docId _ context = do
440440
Hiding _ -> "hiding "
441441
-- ^ Note, that it must never happen
442442
-- in combination with `symbolType == Nothing`
443-
Import _ -> ""
443+
Import _ -> " "
444444
<> case symbolType of
445445
Just s -> case s of
446446
Only sym -> "(" <> sym <> ")"

0 commit comments

Comments
 (0)