@@ -53,7 +53,7 @@ public class MapFont {
|
||||
throw new IllegalArgumentException("text contains invalid characters");
|
||||
}
|
||||
|
||||
if (text.length() == 0){
|
||||
if (text.length() == 0) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user