From 4294b2ca1ba99b0b1ee81ad13c952454c5306bd5 Mon Sep 17 00:00:00 2001 From: "Becker, Lukas" Date: Fri, 18 Oct 2024 11:34:32 +0200 Subject: [PATCH] fixup! SILKit-1607: Usage of InternalLogger and key values --- Demos/Can/CanDemo.cpp | 2 +- Demos/PubSub/PubSubDemo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Demos/Can/CanDemo.cpp b/Demos/Can/CanDemo.cpp index e6ce99758..db7bfe369 100644 --- a/Demos/Can/CanDemo.cpp +++ b/Demos/Can/CanDemo.cpp @@ -285,4 +285,4 @@ int main(int argc, char** argv) } return 0; -} \ No newline at end of file +} diff --git a/Demos/PubSub/PubSubDemo.cpp b/Demos/PubSub/PubSubDemo.cpp index 9571ebddb..6171d56a5 100644 --- a/Demos/PubSub/PubSubDemo.cpp +++ b/Demos/PubSub/PubSubDemo.cpp @@ -316,4 +316,4 @@ int main(int argc, char** argv) } return 0; -} \ No newline at end of file +}