Skip to content

Commit d0d7465

Browse files
committed
Fix spotless issue
Signed-off-by: Xue Zhou <[email protected]>
1 parent af93be0 commit d0d7465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/opensearch/InvalidArgumentException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* @opensearch.internal
1919
*/
20-
public class InvalidArgumentException extends OpenSearchException{
20+
public class InvalidArgumentException extends OpenSearchException {
2121
public InvalidArgumentException(String message) {
2222
super(message);
2323
}

0 commit comments

Comments
 (0)