Skip to content

Commit 9724af6

Browse files
Fix formatting
1 parent 53d2373 commit 9724af6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/web_integration_service/library_api/c++11/web_integration_service_library_api.cxx

+3-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ void service_main(
3636
{
3737
rti::webdds::ServiceProperty service_property;
3838

39-
service_property
40-
.cfgfile(cfg_file)
41-
.cfgname(cfg_name)
42-
.webserver_option("document_root", document_root);
39+
service_property.cfgfile(cfg_file).cfgname(cfg_name).webserver_option(
40+
"document_root",
41+
document_root);
4342

4443
rti::webdds::Service service(std::move(service_property));
4544

0 commit comments

Comments
 (0)