Skip to content

Commit 4eb4200

Browse files
committed
style(config/runtime): mix format
1 parent fa22b07 commit 4eb4200

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/runtime.exs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,15 +377,17 @@ corsica_config_origins =
377377
~r{^https?://(.*\.)?epochtalk\.com$}
378378
"""
379379
)
380-
_ -> "*"
380+
381+
_ ->
382+
"*"
381383
end
384+
382385
corsica_config = %{
383386
origins: corsica_config_origins
384387
}
385388

386389
config :epochtalk_server, :corsica, corsica_config
387390

388-
389391
## Configure mailer in prod
390392
# (Other envs are hardcoded into their respective config/ files)
391393
if config_env() == :prod do

0 commit comments

Comments
 (0)