mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Minor formatting tweak.
This commit is contained in:
@@ -184,6 +184,7 @@ public class TextUtil {
|
||||
+ s.substring(1);
|
||||
|
||||
}
|
||||
|
||||
//concatenate with spaces
|
||||
public static String concatWithSpace(String ... s) {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user