Skip to content

Commit 4965576

Browse files
f
1 parent fb0ed05 commit 4965576

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-gadt-plugin/src/Ide/Plugin

1 file changed

+1
-1
lines changed

plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ prettyGADTDecl df decl =
250250
-- Adjust where annotation to the same line of the type constructor
251251
#if MIN_VERSION_ghc(9,11,0)
252252
-- tcdDext is just a placeholder in ghc-9.12
253-
adjustWhere tcdDExt = tcdDExt
253+
adjustWhere = id
254254
#else
255255
adjustWhere tcdDExt = tcdDExt <&>
256256
#if !MIN_VERSION_ghc(9,9,0)

0 commit comments

Comments
 (0)