Skip to content

Commit

Permalink
Resolve checkstyle errors (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
macchazuki authored and marcus-pzj committed Mar 18, 2019
1 parent 6e48781 commit eee2b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planmysem/parser/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Parses user input.
*/
public class Parser {
public class Parser {

public static final Pattern PERSON_INDEX_ARGS_FORMAT = Pattern.compile("(?<targetIndex>.+)");

Expand Down

0 comments on commit eee2b88

Please sign in to comment.