Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Jun 16, 2024
1 parent a895978 commit 5683063
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ public TrapezoidProfileCommand(
}

@Override
public void initialize() {
}
public void initialize() {}

@Override
@SuppressWarnings("removal")
Expand All @@ -58,8 +57,7 @@ public void execute() {
}

@Override
public void end(boolean interrupted) {
}
public void end(boolean interrupted) {}

@Override
public boolean isFinished() {
Expand Down

0 comments on commit 5683063

Please sign in to comment.