mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-02-03 03:55:53 +08:00
Refactor Code Style (#4151)
This commit is contained in:
@@ -19,7 +19,7 @@ public class NonRepeatingElement {
|
||||
System.out.println("Array should contain even number of elements");
|
||||
return;
|
||||
}
|
||||
int arr[] = new int[n];
|
||||
int[] arr = new int[n];
|
||||
|
||||
System.out.println(
|
||||
"Enter " +
|
||||
|
||||
Reference in New Issue
Block a user