We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0882747 commit 48ab167Copy full SHA for 48ab167
1 file changed
src/Bot/Help.hs
@@ -25,11 +25,10 @@ import Reaction
25
import Text.InterpolatedString.QM
26
import Transport
27
28
-data HelpState =
29
- HelpState
30
- { helpStateGistId :: Maybe GistId
31
- , helpStateGistFresh :: Bool
32
- }
+data HelpState = HelpState
+ { helpStateGistId :: Maybe GistId
+ , helpStateGistFresh :: Bool
+ }
33
34
updateHelpStateGistId :: GistId -> HelpState -> HelpState
35
updateHelpStateGistId (GistId "") state = state {helpStateGistId = Nothing}
0 commit comments