add new line to end of file

This commit is contained in:
Németh Noel 2021-07-09 02:59:42 +02:00
parent 732f565489
commit dff8bc61f6

View File

@ -35,4 +35,4 @@ public class ArgumentRelativeVec2 extends ArgumentRelativeVec {
Function<String, ? extends Number> getNumberParser() {
return Float::parseFloat;
}
}
}