fmt: fix compilation
							parent
							
								
									7a5f008042
								
							
						
					
					
						commit
						fb6be080fb
					
				|  | @ -928,9 +928,9 @@ pub fn (mut f Fmt) call_expr(node ast.CallExpr) { | |||
| 		f.write('.' + node.name + '(') | ||||
| 		f.call_args(node.args) | ||||
| 		f.write(')') | ||||
| 		if is_mut { | ||||
| 			// f.write('!')
 | ||||
| 		} | ||||
| 		// if is_mut {
 | ||||
| 		// f.write('!')
 | ||||
| 		// }
 | ||||
| 		f.or_expr(node.or_block) | ||||
| 	} else { | ||||
| 		f.write_language_prefix(node.language) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue