Remove whitespace.

This commit is contained in:
Andrey Antukh 2016-03-29 22:32:53 +03:00
parent f52b8796d1
commit f46ded791c

View file

@ -129,7 +129,6 @@
(let [page (get-in state [:pages-by-id id])]
(if (:history page)
(rx/empty)
(rx/merge
(rx/of (sync-page id))
(->> (rx/filter page-synced? s)