Skip to content

Commit

Permalink
fixes linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishin committed Oct 16, 2019
1 parent 24afa9b commit 7884ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/taskrun/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type Recorder struct {
pod tag.Key
}

// NewRecorder creates a new metrics recorder instance
// NewRecorder creates a new metrics recorder instance
// to log the TaskRun related metrics
func NewRecorder() (*Recorder, error) {
r := &Recorder{
Expand Down

0 comments on commit 7884ced

Please sign in to comment.