Skip to content

Commit fac5b89

Browse files
committed
Cleanup
1 parent 2cff4b0 commit fac5b89

File tree

1 file changed

+0
-2
lines changed
  • components/image-builder-mk3/pkg/auth

1 file changed

+0
-2
lines changed

components/image-builder-mk3/pkg/auth/auth.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func NewDockerConfigFileAuth(fn string) (*DockerConfigFileAuth, error) {
4545
err = watch.File(context.Background(), fn, func() {
4646
res.loadFromFile(fn)
4747
})
48-
4948
if err != nil {
5049
log.WithError(err).WithField("path", fn).Error("error watching file")
5150
return nil, err
@@ -95,7 +94,6 @@ func (a *DockerConfigFileAuth) loadFromFile(fn string) (err error) {
9594
a.hash = newHash
9695

9796
log.Infof("file has changed: %s", fn)
98-
9997
return nil
10098
}
10199

0 commit comments

Comments
 (0)