Create top-level module

This commit is contained in:
Sven Weidauer 2022-05-29 10:47:07 +02:00
parent 6fd8bb9ce7
commit 9fd78ac2e1
6 changed files with 200 additions and 182 deletions

View file

@ -73,5 +73,4 @@ if !parameters[:formatter] || parameters[:patterns].empty?
exit
end
formatter = FormatStaged.new(**parameters)
formatter.run
FormatStaged.run(**parameters)