Skip to content

Commit

Permalink
delete an extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sendaoYan committed Jun 15, 2024
1 parent 24b4f6f commit 3091615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class TestIOException extends JavadocTester {

public static void main(String... args) throws Exception {
var tester = new TestIOException();
if(Platform.isRoot() && ! tester.isWindows()) {
if(Platform.isRoot() && !tester.isWindows()) {
throw new SkippedException("root user has privileged will make this test fail.");
}
tester.runTests();
Expand Down

0 comments on commit 3091615

Please sign in to comment.