This commit is contained in:
Tejal Desai 2020-04-30 17:07:18 -07:00
parent 44b35b28eb
commit 8b3ff95b09
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ type Cached interface {
}
type caching struct {
layer v1.Layer
layer v1.Layer
}
func (c caching) Layer() v1.Layer {