diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-05 22:49:16 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-05 22:49:16 +0200 |
commit | d13d74a010ce8354eb87cad090afa85c02487aa3 (patch) | |
tree | 14b8e97521a5adf5f067f2988732d7f4ce4ec6f4 /fnl/install.fnl | |
parent | 8b6f090a4799f88e05262591edf528dae12a58b8 (diff) |
style: format
Diffstat (limited to 'fnl/install.fnl')
-rw-r--r-- | fnl/install.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/install.fnl b/fnl/install.fnl index 95b2c07..65e2b8b 100644 --- a/fnl/install.fnl +++ b/fnl/install.fnl @@ -9,6 +9,6 @@ (each [plugin opts (pairs [...])] (packer.startup ( fn [use] - (use (a.assoc opts 1 plugin)))))) + (use (a.assoc opts 1 plugin)))))) (install-plugins plugins) |