Remove newline from success message
This commit is contained in:
parent
af9a6076c4
commit
e9f0e9f43f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ---")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue