summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-04 22:34:20 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-04 22:34:20 +0200
commit4014950ee18cb6f5ec777a75d941b2563dd2ccf6 (patch)
tree9444c2d1453e658ef91519152f428a0468df6930
parent36c268d612b48f950e3add4fd625cadb508e881b (diff)
style(packer): format
-rw-r--r--fnl/config/packer.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/packer.fnl b/fnl/config/packer.fnl
index ccc9ad8..0bd8aef 100644
--- a/fnl/config/packer.fnl
+++ b/fnl/config/packer.fnl
@@ -6,4 +6,5 @@
(when ok?
(packer.init {
:display {
- :open_fn (fn [] ((require :packer.util).float {:border :rounded}))}})))
+ :open_fn (fn []
+ ((require :packer.util).float {:border :rounded}))}})))