diff options
| author | Ben Busby <noreply+git@benbusby.com> | 2021-10-23 15:18:13 -0600 |
|---|---|---|
| committer | Ben Busby <noreply+git@benbusby.com> | 2021-10-23 15:18:13 -0600 |
| commit | 2ea805bd8875e8a9844595e82c62b49b625d0a06 (patch) | |
| tree | 00224eef584a5f5c1b6e08bd0105962bba8cc71b /config/config.exs | |
| parent | 76faebd234644d77429ddcefaf8ccdb8a1beff0d (diff) | |
| download | farside-2ea805bd8875e8a9844595e82c62b49b625d0a06.tar.gz | |
Format with `mix format`
Diffstat (limited to 'config/config.exs')
| -rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 44b3af8..7d74cd3 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,4 +1,4 @@ -import Config +import Config config :privacy_revolver, redis_conn: "redis://localhost:6379", |
