Skip to content

Commit

Permalink
refactor: refactor bad smell Unnecessary-Modifier (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored Jan 2, 2023
1 parent 0582b20 commit 3496b11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

public interface AfterRefactorStep {

public void apply(Changelog changelog, File projectRoot);
void apply(Changelog changelog, File projectRoot);
}

0 comments on commit 3496b11

Please sign in to comment.