mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Remove stale comment in models/repo.go (#366)
This commit is contained in:
		
				
					committed by
					
						
						Thomas Boerger
					
				
			
			
				
	
			
			
			
						parent
						
							39d0db52de
						
					
				
				
					commit
					401a8db0ed
				
			@@ -276,7 +276,6 @@ func (repo *Repository) HTMLURL() string {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// APIFormat converts a Repository to api.Repository
 | 
			
		||||
// Arguments that are allowed to be nil: permission
 | 
			
		||||
func (repo *Repository) APIFormat(mode AccessMode) *api.Repository {
 | 
			
		||||
	cloneLink := repo.CloneLink()
 | 
			
		||||
	permission := &api.Permission{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user