fixed redundant newline
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							@@ -125,6 +125,6 @@ func main() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	pterm.DefaultSpinner.Stop()
 | 
						pterm.DefaultSpinner.Stop()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	pterm.Println("\n")
 | 
						pterm.Printf("\n")
 | 
				
			||||||
	pterm.Success.Println("The answer.txt file has been successfully generated with check digits.")
 | 
						pterm.Success.Println("The answer.txt file has been successfully generated with check digits.")
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user