Skip to content

Commit 0683422

Browse files
committed
Fix review comment
Signed-off-by: EdricCua <[email protected]>
1 parent d60c965 commit 0683422

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

go/api/server_management_commands_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ func ExampleGlideClient_ConfigResetStat() {
120120
if err != nil {
121121
fmt.Println("Glide example failed with an error: ", err)
122122
}
123-
fmt.Printf(response)
123+
fmt.Println(response)
124124

125-
// Output: OK
125+
// Output:
126+
// OK
126127
}

0 commit comments

Comments
 (0)