Skip to content

Commit 0953705

Browse files
committed
format
1 parent ad3188c commit 0953705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/GHC/CoreFile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ get_defn identifier = NonRec identifier templ
154154
where
155155
templ = case maybeUnfoldingTemplate (realIdUnfolding identifier) of
156156
Nothing -> error "get_dfn: no unfolding template"
157-
Just x -> x
157+
Just x -> x
158158

159159
toIfaceTopBndr1 :: Module -> Id -> IfaceId
160160
toIfaceTopBndr1 mod identifier

0 commit comments

Comments
 (0)