Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-ronge committed Jan 30, 2024
1 parent afbcb85 commit e5a56d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public ImportProcesses(String indir, String project, String template, String err
this.templateForProcesses = checkTemplate(template);
this.errorPath = checkErrors(errors);
try (
Stream<Path> pathStream = Files.walk(this.importRootPath, 1);
Stream<Path> pathStream = Files.walk(this.importRootPath, 1);
) {
this.importingProcesses = pathStream
.filter(Files::isDirectory)
Expand Down

0 comments on commit e5a56d8

Please sign in to comment.