Skip to content

Commit

Permalink
fixed yoda
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-swilloughby committed Feb 3, 2025
1 parent 19d7856 commit 8655644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/examples/oom/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
}

// Wait for the application to connect.
if err := app.WaitForConnection(5 * time.Second); nil != err {
if err := app.WaitForConnection(5 * time.Second); err != nil {
fmt.Println(err)
}

Expand Down

0 comments on commit 8655644

Please sign in to comment.