Skip to content

Commit 3faf668

Browse files
committed
address code review
License: MIT Signed-off-by: Michael Muré <[email protected]>
1 parent 7343e29 commit 3faf668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commands/files.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ type statOutput struct {
7979
CumulativeSize uint64
8080
Blocks int
8181
Type string
82-
WithLocality bool
82+
WithLocality bool `json:",omitempty"`
8383
Local bool `json:",omitempty"`
8484
SizeLocal uint64 `json:",omitempty"`
8585
}

0 commit comments

Comments
 (0)