Skip to content

Commit 45b8d86

Browse files
sudeeshjohnthaJeztah
authored andcommitted
Fix the formatting directives error during compilation
Signed-off-by: Sudeesh John <[email protected]> (cherry picked from commit 5a4f007) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 9d16e2e commit 45b8d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metadata/content_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func checkContentLeased(ctx context.Context, db *DB, dgst digest.Digest) error {
130130
return db.View(func(tx *bolt.Tx) error {
131131
bkt := getBucket(tx, bucketKeyVersion, []byte(ns), bucketKeyObjectLeases, []byte(lease), bucketKeyObjectContent)
132132
if bkt == nil {
133-
return errors.Wrapf(errdefs.ErrNotFound, "bucket not found", lease)
133+
return errors.Wrapf(errdefs.ErrNotFound, "bucket not found %s", lease)
134134
}
135135
v := bkt.Get([]byte(dgst.String()))
136136
if v == nil {

0 commit comments

Comments
 (0)