Skip to content

Commit

Permalink
fix weird unicode character AGAIN
Browse files Browse the repository at this point in the history
also actually its been closer to 3 hours
  • Loading branch information
quackitsquinn committed Apr 1, 2024
1 parent 0841813 commit 2cc0b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/lightstrip/NodeLight.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void execute() {
@Override
public void end(boolean interrupted) {}

// Returns true when the command should end.
// Returns true when the command should end.
@Override
public boolean isFinished() {
return false;
Expand Down

0 comments on commit 2cc0b8f

Please sign in to comment.