Simplify transducer definition for proces redo changes

This commit is contained in:
Andrey Antukh
2024-06-10 18:59:39 +02:00
parent e4e56828f6
commit d35569dc55

View File

@@ -111,9 +111,7 @@
redo-changes (if pending
(into redo-changes
(comp
(map :redo-changes)
(mapcat identity))
(mapcat :redo-changes)
pending)
redo-changes)]