Skip to content

Commit

Permalink
address code review
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
  • Loading branch information
MichaelMure committed Feb 2, 2018
1 parent 7343e29 commit 3faf668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type statOutput struct {
CumulativeSize uint64
Blocks int
Type string
WithLocality bool
WithLocality bool `json:",omitempty"`
Local bool `json:",omitempty"`
SizeLocal uint64 `json:",omitempty"`
}
Expand Down

0 comments on commit 3faf668

Please sign in to comment.