Skip to content

Commit 4b21f9f

Browse files
go fmt
1 parent aeb928f commit 4b21f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/errors/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (d *DeclineToLoginError) Directive() string { return "log in to run this co
130130

131131
var NetworkErrorMessage = "possible internet connection problem"
132132

133-
type SessionExpiredError struct{
133+
type SessionExpiredError struct {
134134
HasPreviousSession bool
135135
}
136136

0 commit comments

Comments
 (0)