Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Feb 24, 2025
1 parent 68550ac commit 3791fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notation/internal/display/metadata/tree/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type ListHandler struct {
func NewListHandler(printer *output.Printer) *ListHandler {
return &ListHandler{
printer: printer,
sprinter: newStreamPrinter(" ", printer),
sprinter: newStreamPrinter(subTreePrefixLast, printer),
}
}

Expand Down

0 comments on commit 3791fbf

Please sign in to comment.