Skip to content

Commit

Permalink
lint changes
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <Yashvi.jain@progress.com>
  • Loading branch information
Yashvi Jain authored and Yashvi Jain committed Feb 8, 2022
1 parent 0aa1bf9 commit 23d6329
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ func (p *PhaseOnePipleine) Run(result pipeline.Result) {
}
err := <-done
if err != nil {
fmt.Println("received error")
fmt.Println("Received error")
}
fmt.Println("received done")
fmt.Println("Received done")
}()
}

0 comments on commit 23d6329

Please sign in to comment.