Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
iGEL committed Dec 16, 2023
1 parent 2a43798 commit e41c76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/signals/main.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@
(let [[modal-open? set-modal-open!] (uix/use-state false)
[copied? set-copied!] (uix/use-state false)
close-modal (fn []
(set-copied! false)
(set-modal-open! false))
(set-copied! false)
(set-modal-open! false))
state (with-out-str
(pprint {:distant distant
:repeater repeater
Expand Down

0 comments on commit e41c76a

Please sign in to comment.