Added new lines at end of files

This commit is contained in:
Claude Warren 2022-06-29 10:07:12 +01:00
parent d83704ab30
commit 8bad223f22
2 changed files with 2 additions and 2 deletions

View File

@ -48,4 +48,4 @@ public class ArrayTracker implements IntPredicate {
seen[populated++] = number;
return true;
}
}
}

View File

@ -40,4 +40,4 @@ public class BitMapTracker implements IntPredicate {
BitMap.set(bits, number);
return retval;
}
}
}