Skip to content

Commit 48ab167

Browse files
committed
Hindent help
1 parent 0882747 commit 48ab167

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/Bot/Help.hs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ import Reaction
2525
import Text.InterpolatedString.QM
2626
import Transport
2727

28-
data HelpState =
29-
HelpState
30-
{ helpStateGistId :: Maybe GistId
31-
, helpStateGistFresh :: Bool
32-
}
28+
data HelpState = HelpState
29+
{ helpStateGistId :: Maybe GistId
30+
, helpStateGistFresh :: Bool
31+
}
3332

3433
updateHelpStateGistId :: GistId -> HelpState -> HelpState
3534
updateHelpStateGistId (GistId "") state = state {helpStateGistId = Nothing}

0 commit comments

Comments
 (0)