From ede45cea8706eb8540e466df9861c2af8ebf9c44 Mon Sep 17 00:00:00 2001 From: RblSb Date: Sun, 4 Jul 2021 03:59:50 +0300 Subject: Reformat --- test/Main.hx | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/Main.hx') diff --git a/test/Main.hx b/test/Main.hx index d2ea286..f212eba 100644 --- a/test/Main.hx +++ b/test/Main.hx @@ -4,12 +4,10 @@ import utest.Runner; import utest.ui.Report; class Main { - static function main() { final runner = new Runner(); runner.addCases(test.tests); Report.create(runner); runner.run(); } - } -- cgit v1.2.3