Skip to content

Commit 44cd64a

Browse files
committed
Unit tests: Fix style in cellular myCellularContext.h stub
1 parent 57dd681 commit 44cd64a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

connectivity/cellular/tests/UNITTESTS/doubles/myCellularContext.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ class myCellularContext : public CellularContext {
137137
return true;
138138
};
139139

140-
const char* get_nonip_context_type_str() {
140+
const char *get_nonip_context_type_str()
141+
{
141142
return "Non-IP";
142143
}
143144

0 commit comments

Comments
 (0)