summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test/service_status_update_handler_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/protocol_handler/test/service_status_update_handler_test.cc')
-rw-r--r--src/components/protocol_handler/test/service_status_update_handler_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/protocol_handler/test/service_status_update_handler_test.cc b/src/components/protocol_handler/test/service_status_update_handler_test.cc
index 7d4516a7ff..5db7f2be45 100644
--- a/src/components/protocol_handler/test/service_status_update_handler_test.cc
+++ b/src/components/protocol_handler/test/service_status_update_handler_test.cc
@@ -87,7 +87,9 @@ class ServiceStatusUpdateHandlerTest
case ServiceStatus::PROTECTION_ENFORCED: {
return Common_ServiceEvent::REQUEST_REJECTED;
}
- default: { return Common_ServiceEvent::INVALID_ENUM; }
+ default: {
+ return Common_ServiceEvent::INVALID_ENUM;
+ }
}
}