Skip to content

Commit

Permalink
spring-projectsGH-31 Reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbilge committed Aug 24, 2024
1 parent f41e61e commit a92b5c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import org.eclipse.jgit.diff.DiffEntry;

final class JGitSupport {
private JGitSupport() {}
private JGitSupport() {
}

static Set<FileChange> convertDiffEntriesToFileChanges(Collection<DiffEntry> diffEntries) {
return diffEntries.stream()
Expand Down

0 comments on commit a92b5c2

Please sign in to comment.