lint: clarify double newline
This commit is contained in:
		
							parent
							
								
									693e61d7d4
								
							
						
					
					
						commit
						e7a02191d8
					
				@ -230,7 +230,7 @@ func add() {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if len(ass) > 0 {
 | 
						if len(ass) > 0 {
 | 
				
			||||||
		fmt.Println("OPTIONS: Making some assumptions...\n")
 | 
							fmt.Printf("OPTIONS: Making some assumptions...\n\n")
 | 
				
			||||||
		for i := range ass {
 | 
							for i := range ass {
 | 
				
			||||||
			fmt.Println("\t" + ass[i])
 | 
								fmt.Println("\t" + ass[i])
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
@ -350,7 +350,7 @@ func list() {
 | 
				
			|||||||
		fmt.Fprintf(os.Stderr, "\n")
 | 
							fmt.Fprintf(os.Stderr, "\n")
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	fmt.Println("serviceman-managed services:\n")
 | 
						fmt.Printf("serviceman-managed services:\n\n")
 | 
				
			||||||
	for i := range managed {
 | 
						for i := range managed {
 | 
				
			||||||
		fmt.Println("\t" + managed[i])
 | 
							fmt.Println("\t" + managed[i])
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@ -360,7 +360,7 @@ func list() {
 | 
				
			|||||||
	fmt.Println("")
 | 
						fmt.Println("")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if verbose {
 | 
						if verbose {
 | 
				
			||||||
		fmt.Println("other services:\n")
 | 
							fmt.Printf("other services:\n\n")
 | 
				
			||||||
		for i := range others {
 | 
							for i := range others {
 | 
				
			||||||
			fmt.Println("\t" + others[i])
 | 
								fmt.Println("\t" + others[i])
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user