Skip to content

Commit 648b75d

Browse files
authored
Correct a typo in Step/Data/Tests.hs (#272)
1 parent b8a731e commit 648b75d

File tree

1 file changed

+1
-1
lines changed
  • tests/Language/Haskell/Stylish/Step/Data

1 file changed

+1
-1
lines changed

tests/Language/Haskell/Stylish/Step/Data/Tests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ case19 = expected @=? testStep (step indentIndentStyle) input
406406
, " }"
407407
]
408408

409-
-- | Should not break Enums (data without records) formating
409+
-- | Should not break Enums (data without records) formatting
410410
--
411411
-- See https://github.com/jaspervdj/stylish-haskell/issues/262
412412
case20 :: Assertion

0 commit comments

Comments
 (0)