Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 0a69b34

Browse files
committed
Run goimports
1 parent 097b3b0 commit 0a69b34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internals/secrethub/migrate.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,9 @@ func (cmd *MigrateApplyCommand) Run() error {
481481
}
482482
i++
483483
}
484-
fmt.Fprintln(cmd.io.Output(), "\n" +
485-
"Migration completed successfully.\n" +
486-
"Your secrets are now available via 1Password.\n" +
484+
fmt.Fprintln(cmd.io.Output(), "\n"+
485+
"Migration completed successfully.\n"+
486+
"Your secrets are now available via 1Password.\n"+
487487
"Learn how to load them using any of the integrations at https://secrethub.io/docs/1password/migration/#integrations")
488488

489489
return nil

0 commit comments

Comments
 (0)