Skip to content

Commit

Permalink
🚑 Fix CI (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotAVirus committed Sep 22, 2023
1 parent b8cc981 commit 261c2b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/channel_service/.formatter.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
import_deps: [:elvengard_network]
import_deps: [:elvengard_network],
locals_without_parens: [
defcommand: 2
]
]

0 comments on commit 261c2b8

Please sign in to comment.