Skip to content

Commit

Permalink
Add lfs ascii header
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Nov 24, 2017
1 parent 61606fc commit 3015595
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions models/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,12 @@ func (err ErrLastOrgOwner) Error() string {
return fmt.Sprintf("user is the last member of owner team [uid: %d]", err.UID)
}

//
// TODO LFS header
//
//.____ ____________________
//| | \_ _____/ _____/
//| | | __) \_____ \
//| |___| \ / \
//|_______ \___ / /_______ /
// \/ \/ \/

// ErrLFSLockNotExist represents a "LFSLockNotExist" kind of error.
type ErrLFSLockNotExist struct {
Expand Down

0 comments on commit 3015595

Please sign in to comment.