regex fix

This commit is contained in:
nora 2020-11-19 22:14:26 +01:00
parent 422059060f
commit d5f5dddbc3

View file

@ -51,5 +51,4 @@ public class Regex {
* </ul> * </ul>
*/ */
public static final String ARG_SPLIT_REGEX = " ?(\\w+): (\\w+)"; public static final String ARG_SPLIT_REGEX = " ?(\\w+): (\\w+)";
} }