diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-04 22:36:08 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-04 22:36:08 +0200 |
commit | 97d82e179f6849dbdf979f087aaf7dcca53f8430 (patch) | |
tree | 46d03909610f91f599b3f12cb1f5f1309d68f90e /fnl | |
parent | 736430d1269dbbdc72684c671b51825a17df59f8 (diff) |
style(impatient): format
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/impatient.fnl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/config/impatient.fnl b/fnl/config/impatient.fnl index 993cf82..06521d7 100644 --- a/fnl/config/impatient.fnl +++ b/fnl/config/impatient.fnl @@ -5,4 +5,3 @@ (let [(ok? impatient) util.load-plugin :impatient] (when ok? (impatient.enable_profile))) - |