Skip to content

Commit

Permalink
remove unreachable return value
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Hailey committed Nov 14, 2020
1 parent a9fcd84 commit 1bb4452
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,4 @@ func executeHandler(event *types.Event) error {
fmt.Printf("%s\n", string(b))
return nil
}
return nil
}

0 comments on commit 1bb4452

Please sign in to comment.