mirror of
				https://gitea.invidious.io/iv-org/shard-ameba.git
				synced 2024-08-15 00:53:29 +00:00 
			
		
		
		
	Redundant whitespace before nl
This commit is contained in:
		
							parent
							
								
									0f893971dc
								
							
						
					
					
						commit
						f9b05a309e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@ module Ameba::Formatter
 | 
				
			||||||
  # A formatter that shows all disabled lines by inline directives.
 | 
					  # A formatter that shows all disabled lines by inline directives.
 | 
				
			||||||
  class DisabledFormatter < BaseFormatter
 | 
					  class DisabledFormatter < BaseFormatter
 | 
				
			||||||
    def finished(sources)
 | 
					    def finished(sources)
 | 
				
			||||||
      output << "Disabled rules using inline directives: \n\n"
 | 
					      output << "Disabled rules using inline directives:\n\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      sources.each do |source|
 | 
					      sources.each do |source|
 | 
				
			||||||
        source.issues.select(&.disabled?).each do |issue|
 | 
					        source.issues.select(&.disabled?).each do |issue|
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue