From 5524177399956779b5377298412db632ba56eea0 Mon Sep 17 00:00:00 2001 From: Greg Rychlewski Date: Thu, 5 Oct 2023 03:20:25 -0400 Subject: [PATCH] undo formatter.exs change --- .formatter.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.formatter.exs b/.formatter.exs index bc83f31c..f80a11a9 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -30,5 +30,6 @@ locals_without_parens = [ locals_without_parens: locals_without_parens, export: [ locals_without_parens: locals_without_parens - ] + ], + inputs: [] ]