Project-wise code formatting

This commit is contained in:
Alex Ling
2020-04-08 03:38:02 +00:00
parent 3866c81588
commit 8b184ed48d
23 changed files with 1864 additions and 1870 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
require "../context"
class Router
def initialize(@context : Context)
end
def initialize(@context : Context)
end
end