Skip to content
Snippets Groups Projects
Commit 8c852ca1 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Nothing

parent 62a904fd
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import (
)
func showMessage(msg *xaal.Message) {
if msg.IsAlive() == false {
if !msg.IsAlive() {
msg.Dump()
fmt.Println()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment