line break.

This commit is contained in:
Brianna 2019-07-18 01:49:42 -04:00
parent 6c53061f61
commit 9c878d1472

View File

@ -42,7 +42,7 @@ public class Locale {
return;
this.name = name;
String fileName = name + FILE_EXTENSION;
this.file = new File(localeFolder, fileName);