Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed May 30, 2023
1 parent cdeaf21 commit 55707ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ type recordBatch struct {
Duration human.Duration `json:"-" yaml:"-" text:"DURATION"`
UncompressedSize human.Bytes `json:"uncompressedSize" yaml:"uncompressedSize" text:"UNCOMPRESSED SIZE"`
CompressedSize human.Bytes `json:"compressedSize" yaml:"compressedSize" text:"COMPRESSED SIZE"`
CompressionRatio human.Ratio `json:"-" yaml:"-" text:"COMPRESSION RATIO"`
CompressionRatio human.Ratio `json:"-" yaml:"-" text:"COMPRESSION RATIO"`
Compression string `json:"compression" yaml:"compression" text:"COMPRESSION"`
}

Expand Down

0 comments on commit 55707ce

Please sign in to comment.