Fix repo save query indentation
This commit is contained in:
		
							parent
							
								
									1c1c6b1190
								
							
						
					
					
						commit
						828e1925ec
					
				@ -21,7 +21,7 @@ func (r *Repo) Save() {
 | 
			
		||||
		insert into repos (owner, name, updated_at)
 | 
			
		||||
		values (:owner, :name, now())
 | 
			
		||||
		on duplicate key update
 | 
			
		||||
		updated_at=now()
 | 
			
		||||
			updated_at = now()
 | 
			
		||||
	`, r)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user