Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jakki-amd committed Dec 18, 2024
1 parent b8840d6 commit cc0809d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ private void populateAccelerators() {
this.acceleratorUtil.getAvailableAccelerators(availableAcceleratorIds);
} else {
// Handle the case where envVarName is null
this.accelerators = this.acceleratorUtil.getAvailableAccelerators(new LinkedHashSet<>());
this.accelerators =
this.acceleratorUtil.getAvailableAccelerators(new LinkedHashSet<>());
}
} else {
this.accelerators = new ArrayList<>();
Expand Down

0 comments on commit cc0809d

Please sign in to comment.