mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-12 10:24:29 +01:00
Removed space
This commit is contained in:
parent
bb933acb40
commit
d800895b97
@ -419,7 +419,7 @@ public class Methods {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (shouldSave) Files.DATA.saveFile();
|
||||
if(shouldSave) Files.DATA.saveFile();
|
||||
}
|
||||
|
||||
public static String getPrice(String ID, Boolean Expired) {
|
||||
@ -436,4 +436,4 @@ public class Methods {
|
||||
return String.valueOf(price);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user