Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Nov 12, 2024
1 parent 6d92e4b commit 4ab69dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,8 @@ private SpiNNakerControl getControl() {
try {
control = controllerFactory.create(machine, coords, boards);
} catch (Exception e) {
log.error("Could not create control for BMP '{}'", bmpId, e);
log.error("Could not create control for BMP '{}'",
bmpId, e);
}
}
return control;
Expand Down

0 comments on commit 4ab69dc

Please sign in to comment.