From 069a761c14dde89f10e6a0a76c582df02f48a9f7 Mon Sep 17 00:00:00 2001 From: "Lixia (Sylvia) Lei" Date: Fri, 29 Nov 2024 14:09:28 +0800 Subject: [PATCH] minor Signed-off-by: Lixia (Sylvia) Lei --- cmd/oras/internal/option/common.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmd/oras/internal/option/common.go b/cmd/oras/internal/option/common.go index fc8e187b0..8e332782f 100644 --- a/cmd/oras/internal/option/common.go +++ b/cmd/oras/internal/option/common.go @@ -30,9 +30,8 @@ const NoTTYFlag = "no-tty" type Common struct { Printer *output.Printer TTY *os.File - - Debug bool - noTTY bool + Debug bool + noTTY bool } // ApplyFlags applies flags to a command flag set.