From 2cc0b8f90fa6592df28dd8adceb4dac621c8095f Mon Sep 17 00:00:00 2001 From: QuackitsQuinn Date: Sun, 31 Mar 2024 21:24:19 -0500 Subject: [PATCH] fix weird unicode character AGAIN also actually its been closer to 3 hours --- src/main/java/frc/robot/commands/lightstrip/NodeLight.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/frc/robot/commands/lightstrip/NodeLight.java b/src/main/java/frc/robot/commands/lightstrip/NodeLight.java index 5a82cfc..dc7f7d5 100644 --- a/src/main/java/frc/robot/commands/lightstrip/NodeLight.java +++ b/src/main/java/frc/robot/commands/lightstrip/NodeLight.java @@ -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;