From 42a96969f4c88de1db51e6ec97d686b48f941f8b Mon Sep 17 00:00:00 2001 From: Kimo Knowles Date: Thu, 2 Nov 2023 14:34:54 +0100 Subject: [PATCH] Remove whitespace --- src/re_frame/alpha.cljc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/re_frame/alpha.cljc b/src/re_frame/alpha.cljc index 6fbbb736f..439e40bfd 100644 --- a/src/re_frame/alpha.cljc +++ b/src/re_frame/alpha.cljc @@ -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`. @@ -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 @@ -129,7 +129,7 @@ (:foo input-values))) 2. A single sugary tuple of `:->`and a 1-arity `computation-function`: - + #!clj (reg-sub :query-id