Skip to content

Commit 9763120

Browse files
committed
Cleanup whitespaces
1 parent 4b0dfe0 commit 9763120

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugins/hls-explicit-imports-plugin/src/Ide/Plugin/ExplicitImports.hs

-3
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,11 @@ importPackageInlayHintProvider _ state _ InlayHintParams {_textDocument = TextDo
301301
annToPosition ann = case importDeclAnnQualified ann of
302302
Just loc -> (srcSpanToPosition $ getHasLoc loc)
303303
_ -> (srcSpanToPosition $ getHasLoc $ importDeclAnnImport ann)
304-
305304
in hsImports
306305
& filter (\(L _ importDecl) -> not $ isPackageImport importDecl)
307306
& map (\(L _ importDecl) ->
308307
(annToPosition $ anns $ ideclAnn $ ideclExt importDecl, unLoc $ ideclName importDecl))
309308

310-
311-
312309
-- |For explicit imports: If there are any implicit imports, provide both one
313310
-- code action per import to make that specific import explicit, and one code
314311
-- action to turn them all into explicit imports. For refine imports: If there

0 commit comments

Comments
 (0)