From 2706bebb3841f57a284626c5aba8b7568afc22aa Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 5 Jun 2023 01:10:15 +0200 Subject: [PATCH] lint --- cmd/fs/fs.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/fs/fs.go b/cmd/fs/fs.go index 8c6d03410..a69c4b62d 100644 --- a/cmd/fs/fs.go +++ b/cmd/fs/fs.go @@ -7,9 +7,9 @@ import ( // fsCmd represents the fs command var fsCmd = &cobra.Command{ - Use: "fs", - Short: "Filesystem related commands", - Long: `Commands to do DBFS operations.`, + Use: "fs", + Short: "Filesystem related commands", + Long: `Commands to do DBFS operations.`, } func init() {