newlines at the end of files

This commit is contained in:
2023-10-12 17:45:47 +02:00
parent 1308ef8d44
commit 4f44eb58c7
12 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -59,4 +59,4 @@ export default class Node {
return Math.floor((this.getNextActiveTime(eorzeaTime).realDate.getTime() - eorzeaTime.realDate.getTime()) / 1000);
}
}
}