Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Oct 29, 2023
1 parent eacecfc commit 8055dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public Integer call() throws Exception {
file.toAbsolutePath(),
database,
srid,
true).execute(new WorkflowContext());
true).execute(new WorkflowContext());
return 0;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public record ImportOsmPbf(Path file, Object database, Integer databaseSrid, Boolean replaceExisting)
public record ImportOsmPbf(Path file, Object database, Integer databaseSrid,
Boolean replaceExisting)
implements
Task {

Expand Down

0 comments on commit 8055dbd

Please sign in to comment.