Minor fix

This commit is contained in:
Joshua Granick
2017-09-15 13:37:06 -07:00
committed by GitHub
parent 95410f563a
commit 20fb7f2f20

View File

@@ -80,6 +80,7 @@ class PathHelper {
path = StringTools.replace (path, "^,", ",");
path = StringTools.replace (path, ",", "^,");
path = StringTools.replace (path, "^ ", " ");
path = StringTools.replace (path, " ", "^ ");
}