Skip to content
Snippets Groups Projects
Commit 02da28fd authored by Jens Nolte's avatar Jens Nolte
Browse files

Remove unnecessary '$'

parent 2ec9b05d
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ runSignalBlockConfiguration SignalBlockConfiguration{initialize, signalThread, s
lift $ yield (invalidateBlockState state, EventUpdate)
_ -> return ()
outputAndStore signal
void $ sendQueuedEvents
void sendQueuedEvents
return True
Nothing -> return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment