summaryrefslogtreecommitdiff
path: root/layer/ro_layer.go
diff options
context:
space:
mode:
Diffstat (limited to 'layer/ro_layer.go')
-rw-r--r--layer/ro_layer.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/layer/ro_layer.go b/layer/ro_layer.go
index 96418cab8d..55d5a4a5bb 100644
--- a/layer/ro_layer.go
+++ b/layer/ro_layer.go
@@ -175,6 +175,7 @@ func (vrc *verifiedReadCloser) Read(p []byte) (n int, err error) {
}
return
}
+
func (vrc *verifiedReadCloser) Close() error {
return vrc.rc.Close()
}