Skip to content

Commit 2a411b2

Browse files
committed
format
1 parent ea71d58 commit 2a411b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ var resumeCmd = &cobra.Command{
235235

236236
//nolint:gochecknoglobals
237237
var resetCmd = &cobra.Command{
238-
Use: "reset",
239-
Short: "Reset PML state (heartbeat and recovery data)",
238+
Use: "reset",
239+
Short: "Reset PML state (heartbeat and recovery data)",
240240
RunE: func(cmd *cobra.Command, _ []string) error {
241241
targetURI, _ := cmd.Flags().GetString("target")
242242
if targetURI == "" {

0 commit comments

Comments
 (0)