Skip to content

Commit ee9b98e

Browse files
authored
Format destructor for UdpContext for clarity
Fixes code-style CI.
1 parent d320c97 commit ee9b98e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/host/common/include/UdpContext.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ class UdpContext
4444
_sock = mockUDPSocket();
4545
}
4646

47-
~UdpContext() { disconnect(); }
47+
~UdpContext()
48+
{
49+
disconnect();
50+
}
4851

4952
void ref()
5053
{

0 commit comments

Comments
 (0)