Remove newline from success message

This commit is contained in:
Snider 2025-11-02 13:44:29 +00:00 committed by GitHub
parent af9a6076c4
commit e9f0e9f43f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ func demoTrix() {
if err != nil {
log.Fatalf("Failed to encode .trix container: %v", err)
}
fmt.Println("Successfully created .trix container.\n")
fmt.Println("Successfully created .trix container.")
// --- DECODING ---
fmt.Println("--- DECODING ---")