Skip to content

Commit 351510b

Browse files
committed
Remove extra vertical whitespace
1 parent 4bb9e26 commit 351510b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,6 @@ public HashCodeBuilder append(final long[] array) {
766766
public HashCodeBuilder append(final Object object) {
767767
if (object == null) {
768768
iTotal = iTotal * iConstant;
769-
770769
} else if (ObjectUtils.isArray(object)) {
771770
// factor out array case in order to keep method small enough
772771
// to be inlined

0 commit comments

Comments
 (0)