no newline at the end

This commit is contained in:
probandula
2016-10-28 15:25:44 +02:00
parent 75392a960c
commit d2be3a6330

View File

@@ -50,7 +50,7 @@ func main() {
log.Fatal(err) log.Fatal(err)
} }
fmt.Println(renderStr) fmt.Print(renderStr)
} }
// Get a slice with colors to give to the RenderOptions // Get a slice with colors to give to the RenderOptions