We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96b07d commit 334e0a4Copy full SHA for 334e0a4
internal/update/errors.go
@@ -14,7 +14,7 @@ const (
14
var (
15
ErrOperationAlreadyInProgress = &UpdateError{
16
Code: OperationInProgress,
17
- Details: " an operation is already in progress",
+ Details: "an operation is already in progress",
18
}
19
ErrNoInternetConnection = &UpdateError{
20
Code: NoInternetConnection,
0 commit comments