Skip to content
Snippets Groups Projects
Commit 6bcff375 authored by Josh Brooks's avatar Josh Brooks
Browse files

Resolve small build issue

parent 1f8d3203
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ func (rr RoundResult) String() string { ...@@ -38,7 +38,7 @@ func (rr RoundResult) String() string {
case Succeeded: case Succeeded:
return "Succeeded" return "Succeeded"
default: default:
return fmt.Sprintf("UNKNOWN RESULT: %d", RR) return fmt.Sprintf("UNKNOWN RESULT: %d", rr)
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment