Skip to content

Commit aaeec94

Browse files
committed
format code
1 parent 751026f commit aaeec94

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

internal/cmd/backup/backup.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ func NewCommand(s *state.State) *cobra.Command {
3030
func backupStatusString(s backupv1.BackupStatus) string {
3131
return strings.TrimPrefix(s.String(), "BACKUP_STATUS_")
3232
}
33-

internal/cmd/backup/completion.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ func backupIDCompletion(s *state.State) func(*cobra.Command, []string, string) (
4444
return completions, cobra.ShellCompDirectiveNoFileComp
4545
}
4646
}
47-

0 commit comments

Comments
 (0)