Skip to content

Commit 92f33fc

Browse files
author
S O'Donnell
committed
Fix formatting issues raised in review
1 parent 1b4b5d5 commit 92f33fc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

hadoop-hdds/common/src/test/java/org/apache/hadoop/hdds/scm/exceptions/TestSCMExceptionResultCodes.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* to you under the Apache License, Version 2.0 (the
77
* "License"); you may not use this file except in compliance
88
* with the License. You may obtain a copy of the License at
9-
* <p>
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
* <p>
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -48,4 +48,5 @@ private boolean sameName(String codeValue, String protoBufValue) {
4848
return codeValue.equals(protoBufValue);
4949
}
5050

51-
}
51+
}
52+

0 commit comments

Comments
 (0)