Skip to content

Commit

Permalink
Align equal sign for VerdictIsInQueue
Browse files Browse the repository at this point in the history
Was previously a tab. Converted to multiple spaces
  • Loading branch information
minhnhatnoe authored and natsukagami committed May 17, 2023
1 parent d88f55e commit 91d8be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/submissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
VerdictCompileError = "Compile Error"
VerdictScored = "Scored"
VerdictAccepted = "Accepted"
VerdictIsInQueue = "..."
VerdictIsInQueue = "..."
)

var availableLanguages []string
Expand Down

0 comments on commit 91d8be3

Please sign in to comment.