fix(mistake): order of statements
Authored-by: Aviac <aviac@mailbox.org>
This commit is contained in:
		
							parent
							
								
									a7299ab841
								
							
						
					
					
						commit
						5cabd12eb6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1079,8 +1079,8 @@ fn simple_query_array(
 | 
			
		|||
        &mut out,
 | 
			
		||||
        "
 | 
			
		||||
if !{name}.is_empty() {{
 | 
			
		||||
    write!(f, \"{}=\")?;
 | 
			
		||||
    for (item, i) in {name}.iter().enumerate() {{
 | 
			
		||||
        write!(f, \"{}=\")?;
 | 
			
		||||
        {item_pusher}
 | 
			
		||||
        if i < {name}.len() - 1 {{
 | 
			
		||||
            write!(f, '{sep}')?;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue