Skip to content

Commit 72d478b

Browse files
committed
fix go lint
1 parent 50233db commit 72d478b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

okapicli/okapi_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func (c *CLI) RunServer(opts ...*RunOptions) error {
227227
// Run starts Okapi using default options and waits for shutdown signals.
228228
// It handles graceful shutdown automatically.
229229
//
230-
//It is a shortcut for RunServer(nil)
230+
// It is a shortcut for RunServer(nil)
231231
func (c *CLI) Run() error {
232232
return c.RunServer(nil)
233233
}

0 commit comments

Comments
 (0)