From d1b2f7faaa788b819827ecabeaa01309a5de6960 Mon Sep 17 00:00:00 2001 From: Yves Hauser Date: Mon, 18 Sep 2023 14:22:37 +0200 Subject: [PATCH] formatting --- src/Component/App.purs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Component/App.purs b/src/Component/App.purs index fc7ffb34..e2b28ed0 100644 --- a/src/Component/App.purs +++ b/src/Component/App.purs @@ -172,11 +172,11 @@ mkApp = do untilJust do updates <- liftEffect $ contractStream.getLiveState case updates of - Just updates' -> do - let - new = mkAppContractInfoMap possibleWalletContext updates' - liftEffect $ setContractMap $ Just new - Nothing -> pure unit + Just updates' -> do + let + new = mkAppContractInfoMap possibleWalletContext updates' + liftEffect $ setContractMap $ Just new + Nothing -> pure unit delay (Milliseconds 1_000.0) pure Nothing