# HG changeset patch # User Sascha L. Teichmann # Date 1545816619 -3600 # Node ID 4407ecaa219257e38563f11c6d772eb0a233cc65 # Parent 8fec3887c7e5020d9c916ba187bce85491125b2e Imports: Cosmetics. diff -r 8fec3887c7e5 -r 4407ecaa2192 pkg/imports/bn.go --- a/pkg/imports/bn.go Wed Dec 26 10:25:49 2018 +0100 +++ b/pkg/imports/bn.go Wed Dec 26 10:30:19 2018 +0100 @@ -118,7 +118,7 @@ } // CleanUp of a bottleneck import is a NOP. -func (bn *Bottleneck) CleanUp() error { return nil } +func (*Bottleneck) CleanUp() error { return nil } var rblbRe = regexp.MustCompile(`(..)_(..)`) diff -r 8fec3887c7e5 -r 4407ecaa2192 pkg/imports/fa.go --- a/pkg/imports/fa.go Wed Dec 26 10:25:49 2018 +0100 +++ b/pkg/imports/fa.go Wed Dec 26 10:30:19 2018 +0100 @@ -152,16 +152,12 @@ // StageDone moves the imported fairway availablities out of the staging area. // Currently doing nothing. -func (faJobCreator) StageDone( - ctx context.Context, - tx *sql.Tx, - id int64, -) error { +func (faJobCreator) StageDone(context.Context, *sql.Tx, int64) error { return nil } // CleanUp of a fairway availablities import is a NOP. -func (fa *FairwayAvailability) CleanUp() error { return nil } +func (*FairwayAvailability) CleanUp() error { return nil } // Do executes the actual fairway availability import. func (fa *FairwayAvailability) Do( diff -r 8fec3887c7e5 -r 4407ecaa2192 pkg/imports/gm.go --- a/pkg/imports/gm.go Wed Dec 26 10:25:49 2018 +0100 +++ b/pkg/imports/gm.go Wed Dec 26 10:30:19 2018 +0100 @@ -102,16 +102,12 @@ // StageDone moves the imported gauge measurement out of the staging area. // Currently doing nothing. -func (gmJobCreator) StageDone( - ctx context.Context, - tx *sql.Tx, - id int64, -) error { +func (gmJobCreator) StageDone(context.Context, *sql.Tx, int64) error { return nil } // CleanUp of a gauge measurement import is a NOP. -func (gm *GaugeMeasurement) CleanUp() error { return nil } +func (*GaugeMeasurement) CleanUp() error { return nil } // Do executes the actual bottleneck import. func (gm *GaugeMeasurement) Do(