mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 10:35:27 +08:00 
			
		
		
		
	Clean up status related code a bit
This commit is contained in:
		
				
					committed by
					
						
						Patrik Svensson
					
				
			
			
				
	
			
			
			
						parent
						
							501db5d287
						
					
				
				
					commit
					acf01e056f
				
			@@ -20,11 +20,7 @@ namespace Spectre.Console
 | 
			
		||||
                throw new ArgumentNullException(nameof(column));
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            if (style != null)
 | 
			
		||||
            {
 | 
			
		||||
                column.Style = style;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            column.Style = style;
 | 
			
		||||
            return column;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
		Reference in New Issue
	
	Block a user