Skip to content

Commit

Permalink
formatted via mvn
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdthecoder committed Jan 19, 2024
1 parent cdaca5f commit e7b0152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public boolean addPilotToOperator(
);
}

if (tokenValue != null && tokenValue.length() > 0 ) {
if (tokenValue != null && tokenValue.length() > 0) {
isSuccess = true;
}

Expand Down

0 comments on commit e7b0152

Please sign in to comment.