Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and mbknust committed Jan 10, 2024
1 parent 0b8b966 commit 1207681
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/test_driver/openiotsdk/unit-tests/main/main_ns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
#include <stdlib.h>

#include "openiotsdk_platform.h"
#include <platform/CHIPDeviceLayer.h>
#include "gtest/gtest.h"
#include <platform/CHIPDeviceLayer.h>

using namespace ::chip;


int main()
{
if (openiotsdk_platform_init())
Expand Down
1 change: 0 additions & 1 deletion src/test_driver/openiotsdk/unit-tests/main/main_ns_nl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ constexpr nl_test_output_logger_t NlTestLogger::nl_test_logger;

using namespace ::chip;


int main()
{
if (openiotsdk_platform_init())
Expand Down

0 comments on commit 1207681

Please sign in to comment.