Skip to content

Commit 3015595

Browse files
committed
Add lfs ascii header
1 parent 61606fc commit 3015595

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

models/error.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,12 @@ func (err ErrLastOrgOwner) Error() string {
491491
return fmt.Sprintf("user is the last member of owner team [uid: %d]", err.UID)
492492
}
493493

494-
//
495-
// TODO LFS header
496-
//
494+
//.____ ____________________
495+
//| | \_ _____/ _____/
496+
//| | | __) \_____ \
497+
//| |___| \ / \
498+
//|_______ \___ / /_______ /
499+
// \/ \/ \/
497500

498501
// ErrLFSLockNotExist represents a "LFSLockNotExist" kind of error.
499502
type ErrLFSLockNotExist struct {

0 commit comments

Comments
 (0)