Skip to content

Commit 2bc8ab6

Browse files
authored
Update main.go to fix Q logo (#213)
Q logo is not appearing correctly on the terminal while running node. Added a new line character after "Signature check passed" to fix it
1 parent 27f50a9 commit 2bc8ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func main() {
192192
os.Exit(1)
193193
}
194194

195-
fmt.Printf("Signature check passed")
195+
fmt.Println("Signature check passed")
196196
}
197197
}
198198

0 commit comments

Comments
 (0)