Skip to content

Commit 04baa48

Browse files
committed
Fix hindent remarks
1 parent c04d03f commit 04baa48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Bot.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ builtinCommands =
8686
( "Get a quote from the quote database"
8787
, $githubLinkLocationStr
8888
, cmapR (readMaybe . T.unpack) quoteCommand))
89-
, ( "updateffz"
89+
, ( "updateffz"
9090
, mkBuiltinCommand
9191
( "Update FFZ cache"
9292
, $githubLinkLocationStr
@@ -136,7 +136,7 @@ builtinCommands =
136136
( "Show stream uptime"
137137
, $githubLinkLocationStr
138138
, cmapR (const ()) uptimeCommand))
139-
, ( "addperiodic"
139+
, ( "addperiodic"
140140
, mkBuiltinCommand
141141
( "Add periodic command"
142142
, $githubLinkLocationStr

0 commit comments

Comments
 (0)