Skip to content

Commit 2155d57

Browse files
committed
fmt
1 parent 29c087a commit 2155d57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

models/error.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,9 @@ func (err ErrLFSLockNotExist) Error() string {
532532

533533
// ErrLFSUnauthorizedAction represents a "LFSUnauthorizedAction" kind of error.
534534
type ErrLFSUnauthorizedAction struct {
535-
RepoID int64
536-
UserName string
537-
Mode AccessMode
535+
RepoID int64
536+
UserName string
537+
Mode AccessMode
538538
}
539539

540540
// IsErrLFSUnauthorizedAction checks if an error is a ErrLFSUnauthorizedAction.

0 commit comments

Comments
 (0)