From 49da4ab635cc470a023f16c7a5c03b2dfbfe421a Mon Sep 17 00:00:00 2001 From: Hussein Firas Date: Thu, 4 Jan 2024 10:51:56 +0000 Subject: [PATCH] formate sync.go file Signed-off-by: Hussein Firas --- cmd/skopeo/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/skopeo/sync.go b/cmd/skopeo/sync.go index d86b02eefb..b017ef711f 100644 --- a/cmd/skopeo/sync.go +++ b/cmd/skopeo/sync.go @@ -798,4 +798,4 @@ func (opts *syncOptions) run(args []string, stdout io.Writer) (retErr error) { return nil } return errors.New("Sync failed due to previous reported error(s) for one or more images") -} \ No newline at end of file +}