From 531ca620354465be8b156a11675bf0c4ae8e83fc Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Mon, 28 Oct 2024 17:34:32 +0100 Subject: [PATCH] removed trailing whitespace --- src/checkstyle/Main.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkstyle/Main.hx b/src/checkstyle/Main.hx index 442aafb6..ca863c2f 100644 --- a/src/checkstyle/Main.hx +++ b/src/checkstyle/Main.hx @@ -70,7 +70,7 @@ class Main { TEXT_PATH = path; }, @doc("Set reporter style (XSLT)") - ["-x", "--xslt"] => function(style:String) STYLE = style, + ["-x", "--xslt"] => function(style:String) STYLE = style, @doc("verbose logging") ["-v", "--verbose"] => function() checker.verbose = true, @doc("Sets the number of checker threads")