Added new lines at end of files
This commit is contained in:
parent
d83704ab30
commit
8bad223f22
|
@ -48,4 +48,4 @@ public class ArrayTracker implements IntPredicate {
|
|||
seen[populated++] = number;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -40,4 +40,4 @@ public class BitMapTracker implements IntPredicate {
|
|||
BitMap.set(bits, number);
|
||||
return retval;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue