summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2021-02-04 22:53:46 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2021-02-04 22:53:46 +0300
commit262228c12844bc1d98a5dd1d1f4baa9eb3b97bb4 (patch)
tree6cdda160ffee242d94243671dd49c61b7af89dac
parent35a47b437a9487fdde1f419340d7880be9008720 (diff)
fix: update fennelview metamethod
-rw-r--r--init.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.fnl b/init.fnl
index 9e2a91a..009c0e5 100644
--- a/init.fnl
+++ b/init.fnl
@@ -1096,7 +1096,7 @@ default."
(view v inspector (+ indent set-indent) true)))]
(tset lines 1 (.. prefix (or (. lines 1) "")))
(tset lines (length lines) (.. (. lines (length lines)) "}"))
- (values lines (> (length lines) inspector.sequential-length)))))
+ lines)))
(fn ordered-set-newindex [Set]
"`__newindex` metamethod for ordered-set."