Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kolomied committed Aug 3, 2022
1 parent 683c3f7 commit cf94b67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/commenter/commenter.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ More information available %s`,

func extractPullRequestNumber() (int, error) {
github_event_file := "/github/workflow/event.json"

file, err := ioutil.ReadFile(github_event_file)
if err != nil {
fail(fmt.Sprintf("GitHub event payload not found in %s", github_event_file))
Expand Down

0 comments on commit cf94b67

Please sign in to comment.