Skip to content

Commit

Permalink
Adding newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
michael.szacillo committed Sep 27, 2020
1 parent feb515c commit 3bd97ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/agent/test/mockapi/adapters.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ func (c copier) SetDestinationKMSKeyName(k string) {

func (c composer) ObjectAttrs() *storage.ObjectAttrs {
return &c.Composer.ObjectAttrs
}
}
2 changes: 1 addition & 1 deletion pkg/agent/test/mockapi/storageinterface.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ type Composer interface {
Run(context.Context) (*storage.ObjectAttrs, error)

embedToIncludeNewMethods()
}
}

0 comments on commit 3bd97ca

Please sign in to comment.