summaryrefslogtreecommitdiff
path: root/cmd/btrfs-rec/inspect_scandevices.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/btrfs-rec/inspect_scandevices.go')
-rw-r--r--cmd/btrfs-rec/inspect_scandevices.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/btrfs-rec/inspect_scandevices.go b/cmd/btrfs-rec/inspect_scandevices.go
index 410fa4f..ade9d74 100644
--- a/cmd/btrfs-rec/inspect_scandevices.go
+++ b/cmd/btrfs-rec/inspect_scandevices.go
@@ -34,7 +34,7 @@ func init() {
if err := writeJSONFile(os.Stdout, results, lowmemjson.ReEncoder{
Indent: "\t",
ForceTrailingNewlines: true,
- CompactIfUnder: 16, //nolint:gomnd // This is what looks Nice.
+ CompactIfUnder: 16, //nolint:gomnd // This is what looks nice.
}); err != nil {
return err
}