Skip to content

Commit

Permalink
removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Oct 28, 2024
1 parent 684f962 commit 531ca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkstyle/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 531ca62

Please sign in to comment.