Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
James F. Carter committed Mar 27, 2018
1 parent feaa530 commit f9c42a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/brain/migration_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func (x MigrationJobOptions) PrettyPrint(wr io.Writer, detail prettyprint.Detail
}

// DefaultFields appeases quality tests
func (x MigrationJobQueue) DefaultFields(f output.Format) string {
func (mjq MigrationJobQueue) DefaultFields(f output.Format) string {
return ""
}

Expand All @@ -194,6 +194,6 @@ func (x MigrationJobSpec) PrettyPrint(wr io.Writer, detail prettyprint.DetailLev
}

// DefaultFields appeases quality tests
func (x MigrationJobStatus) DefaultFields(f output.Format) string {
func (mjs MigrationJobStatus) DefaultFields(f output.Format) string {
return ""
}

0 comments on commit f9c42a8

Please sign in to comment.