Skip to content

Commit 3c8a23a

Browse files
author
alxkm
committed
refactor: fix formatting
1 parent ce8484b commit 3c8a23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/maths/NonRepeatingElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ public static int[] findNonRepeatingElements(int[] arr) {
5656
}
5757
}
5858

59-
return new int[]{num1, num2};
59+
return new int[] {num1, num2};
6060
}
6161
}

0 commit comments

Comments
 (0)