Browse Source

resolve suggestion

tags/v0.3.5-rc0
XxChang 1 year ago
parent
commit
60b86fdfad
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      binaries/cli/src/template/cxx/talker-template.cc
  2. +1
    -1
      binaries/cli/src/template/python/listener/listener-template.py

+ 1
- 1
binaries/cli/src/template/cxx/talker-template.cc View File

@@ -36,4 +36,4 @@ int main()
}

return 0;
}
}

+ 1
- 1
binaries/cli/src/template/python/listener/listener-template.py View File

@@ -8,4 +8,4 @@ if event["type"] == "INPUT":
message = event["value"][0].as_py()
print(
f"""I heard {message} from {event["id"]}"""
)
)

Loading…
Cancel
Save