mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	Fix syntax error, unexpected new line
This commit is contained in:
		
					parent
					
						
							
								154be0a637
							
						
					
				
			
			
				commit
				
					
						511ab65df4
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1088,7 +1088,7 @@ func Routes() *web.Route {
 | 
			
		|||
		// requires repo scope
 | 
			
		||||
		m.Combo("/repositories/{id}",
 | 
			
		||||
			reqToken(),
 | 
			
		||||
			tokenRequiresScopes(auth_model.AccessTokenScopeCategoryRepository)
 | 
			
		||||
			tokenRequiresScopes(auth_model.AccessTokenScopeCategoryRepository),
 | 
			
		||||
		).Get(repo.GetByID)
 | 
			
		||||
 | 
			
		||||
		// Repos (requires repo scope)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue