Skip to content

Commit

Permalink
fix: move writeCarrierPlan(..) out of the if cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Oct 4, 2023
1 parent f29953b commit 39c050a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ public void write(String filename, boolean createDirectory, String directoryPath
logger.warn("Failed to create directory: " + directoryPath);
}
}
writeCarrierPlan(filename);
}
}
writeCarrierPlan(filename);
}

private void writeRootElement() throws UncheckedIOException, IOException {
Expand Down

0 comments on commit 39c050a

Please sign in to comment.