Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Dec 9, 2024
1 parent 9b40daf commit 2f8c687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private BeamAuthFunctions() {
public static List<String> beamModeList(String facility, String destination) {
List<String> modes = null;

if(destination.contains("RF Operations")) {
if (destination.contains("RF Operations")) {
modes = RF_LIST;
} else {
switch (facility) {
Expand Down

0 comments on commit 2f8c687

Please sign in to comment.