Skip to content

Commit ed04d04

Browse files
abaillyArnaud Bailly
authored andcommitted
Remove unneeded type ascription
1 parent cfba418 commit ed04d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydra-node/test/Hydra/Node/RunSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ spec =
1717
run options `shouldThrow` aConfigurationException
1818

1919
aConfigurationException :: Selector ConfigurationException
20-
aConfigurationException = (const True :: Selector ConfigurationException)
20+
aConfigurationException = const True

0 commit comments

Comments
 (0)