From 44cd64a3e42297cacb4a7f88bfc27f0cbd1b418e Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Mon, 19 Jul 2021 10:03:10 +0100 Subject: [PATCH] Unit tests: Fix style in cellular myCellularContext.h stub --- .../cellular/tests/UNITTESTS/doubles/myCellularContext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/connectivity/cellular/tests/UNITTESTS/doubles/myCellularContext.h b/connectivity/cellular/tests/UNITTESTS/doubles/myCellularContext.h index c7871c4eb9..e463ce2204 100644 --- a/connectivity/cellular/tests/UNITTESTS/doubles/myCellularContext.h +++ b/connectivity/cellular/tests/UNITTESTS/doubles/myCellularContext.h @@ -137,7 +137,8 @@ public: return true; }; - const char* get_nonip_context_type_str() { + const char *get_nonip_context_type_str() + { return "Non-IP"; }