mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 05:21:34 -07:00
Remove unused ioref
This commit is contained in:
parent
5242e384a1
commit
e099625e7d
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ import Data.IORef
|
|||
import System.Exit
|
||||
|
||||
format :: FormatterOptions -> IO Formatter
|
||||
format options = do
|
||||
topErrorRef <- newIORef []
|
||||
format options =
|
||||
return Formatter {
|
||||
header = return (),
|
||||
footer = return (),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue