Unit tests: Fix style in cellular myCellularContext.h stub

pull/14929/head
Lingkai Dong 2021-07-19 10:03:10 +01:00
parent 57dd6812c3
commit 44cd64a3e4
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ public:
return true;
};
const char* get_nonip_context_type_str() {
const char *get_nonip_context_type_str()
{
return "Non-IP";
}