Skip to content

Commit

Permalink
Add missing bracket.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jan 14, 2025
1 parent bb6e919 commit a1340ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Futhark/CLI/Fmt.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import System.IO

-- | Run @futhark fmt@.
main :: String -> [String] -> IO ()
main = mainWithOptions () [] "[FILES" $ \args () ->
main = mainWithOptions () [] "[FILES]" $ \args () ->
case args of
[] -> Just $ putDoc =<< onInput =<< T.getContents
files ->
Expand Down

0 comments on commit a1340ad

Please sign in to comment.