Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Nov 2, 2023
1 parent d0514ab commit 42a9696
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/re_frame/alpha.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@
::rf/lifecycle :reactive
::rf/query-v [::items 1 2 3]}
converts to:
#!clj
^{::rf/query-m {::rf/q ::items
::rf/lifecycle :reactive}}
[::items 1 2 3]
** :sub **
`(reg :sub query-id signal computation-fn)`
Register a `signal-fn` and a `computation-fn` for a given `query-id`.
Expand All @@ -79,7 +79,7 @@
For instance,
`#!clj ^{:rf/query-m {:rf/lifecycle :reactive}} [::items 1 2 3]`
converts to:
#!clj
{::rf/q ::items
::rf/lifecycle :reactive
Expand Down Expand Up @@ -129,7 +129,7 @@
(:foo input-values)))
2. A single sugary tuple of `:->`and a 1-arity `computation-function`:
#!clj
(reg-sub
:query-id
Expand Down

0 comments on commit 42a9696

Please # to comment.