mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-04 13:08:09 +08:00 
			
		
		
		
	Fix formatting
This commit is contained in:
		@ -70,7 +70,6 @@ abstract class PositionComponentEffect {
 | 
				
			|||||||
  bool isMax() => percentage == null ? false : percentage == 1.0;
 | 
					  bool isMax() => percentage == null ? false : percentage == 1.0;
 | 
				
			||||||
  bool isMin() => percentage == null ? false : percentage == 0.0;
 | 
					  bool isMin() => percentage == null ? false : percentage == 0.0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
  void reset() {
 | 
					  void reset() {
 | 
				
			||||||
    _isDisposed = false;
 | 
					    _isDisposed = false;
 | 
				
			||||||
    percentage = null;
 | 
					    percentage = null;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user