Skip to content

Commit aa72456

Browse files
committed
ali/cmd: fix inconsistent struct name in comment
Signed-off-by: minxinyi <[email protected]>
1 parent 3a69e43 commit aa72456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ai/worker/runner.gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/livepeer_cli/wizard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/livepeer/go-livepeer/eth"
2121
)
2222

23-
// // read reads a single line from stdin, trimming if from spaces.
23+
// read reads a single line from stdin, trimming if from spaces.
2424
func (w *wizard) read() string {
2525
fmt.Printf("> ")
2626
text, err := w.in.ReadString('\n')

0 commit comments

Comments
 (0)