Skip to content

Commit

Permalink
minor: Update README.md to avoid scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Nov 9, 2024
1 parent 563fa24 commit ace29d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Test {

$ java -jar checkstyle-10.18.1-all.jar -c config.xml Test.java
Starting audit...
[ERROR] Test.java:9:9: Fall through from previous branch of the switch statement. [FallThrough]
[ERROR] Test.java:9:9: Fall through from previous branch of switch statement [FallThrough]
Audit done.
Checkstyle ends with 1 errors.
```
Expand Down

0 comments on commit ace29d3

Please sign in to comment.