Skip to content

Commit

Permalink
Fix no newline at EOF bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleymok committed Mar 28, 2019
1 parent 7956d57 commit a8f74b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions _reposense/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@
"authorNames": ["ReinSheer"]
}
]

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ private Optional<Set<Tag>> parseTagsForEdit(Collection<String> tags) throws Pars
return Optional.of(ParserUtil.parseTags(tagSet));
}

}
}

0 comments on commit a8f74b1

Please sign in to comment.