Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
  • Loading branch information
Wwwsylvia committed Dec 2, 2024
1 parent eec67d4 commit 069a761
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/oras/internal/option/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 069a761

Please sign in to comment.