Skip to content

Commit

Permalink
Fix spotless issue
Browse files Browse the repository at this point in the history
Signed-off-by: Xue Zhou <xuezhou@amazon.com>
  • Loading branch information
xuezhou25 committed Oct 14, 2022
1 parent af93be0 commit d0d7465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @opensearch.internal
*/
public class InvalidArgumentException extends OpenSearchException{
public class InvalidArgumentException extends OpenSearchException {
public InvalidArgumentException(String message) {
super(message);
}
Expand Down

0 comments on commit d0d7465

Please sign in to comment.