[MINOR] Removing redundant semicolons and line breaks (#5662)
This commit is contained in:
@@ -38,8 +38,7 @@ public enum InsertMode {
|
||||
* In non-strict mode for insert into, we use insert operation
|
||||
* to write data which allow writing the duplicate record.
|
||||
*/
|
||||
NON_STRICT("non-strict")
|
||||
;
|
||||
NON_STRICT("non-strict");
|
||||
|
||||
private String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user