Code formatting

This commit is contained in:
phoenix
2025-11-09 12:28:08 -05:00
parent c5c42c5344
commit fde71d8fe9
4 changed files with 11 additions and 14 deletions
+3 -4
View File
@@ -1,9 +1,8 @@
package scheduling
const (
Ready = "READY"
Pending = "PENDING"
Ready = "READY"
Pending = "PENDING"
Processing = "PROCESSING"
Done = "DONE"
Done = "DONE"
)