Format all pure Dart code with package:dart_style v0.2.0 Command: ``` find -type f -name "*.dart" | xargs dartformat -w ```
		
			
				
	
	
		
			4 lines
		
	
	
		
			59 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			59 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| library examples.e2e_test.routing.routing_spec;
 | |
| 
 | |
| main() {}
 |