Skip to content

Commit

Permalink
Issue checkstyle#6345: Fix improper RightCurly to follow code style
Browse files Browse the repository at this point in the history
  • Loading branch information
fzdy1914 authored and peterdemaeyer committed Apr 28, 2019
1 parent 6fa291d commit 8a9d884
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -54,7 +54,8 @@ public final class DetectorOptions {
private Pattern pattern;

/** Default constructor.*/
private DetectorOptions() { }
private DetectorOptions() {
}

/**
* Returns new Builder object.
Expand Down

0 comments on commit 8a9d884

Please sign in to comment.