Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Zheng <[email protected]>
Signed-off-by: Pritesh Bandi <[email protected]>
  • Loading branch information
priteshbandi and Two-Hearts authored Dec 26, 2023
1 parent d5393d9 commit 9fc7da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
// Initialize plugin
plugin, err := NewExamplePlugin()
if err != nil {
_, _ = fmt.Fprintf(os.Stderr, "failed to initialize plugin: %v", err)
_, _ = fmt.Fprintf(os.Stderr, "failed to initialize plugin: %v\n", err)
os.Exit(2)
}

Expand Down

0 comments on commit 9fc7da6

Please sign in to comment.