summaryrefslogtreecommitdiffstats
path: root/messagebus
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-04-04 10:49:23 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-04-04 10:49:23 +0000
commit561f0fc2dca04314bf318050843af50ca32683f3 (patch)
tree8a5e1f75adf6148065916f6edeeee99af38194ef /messagebus
parent4f4839e5cd517f5db076193da25ff2aaca2ca513 (diff)
Put ; at the right spot.
Diffstat (limited to 'messagebus')
-rw-r--r--messagebus/src/vespa/messagebus/network/rpcnetwork.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/messagebus/src/vespa/messagebus/network/rpcnetwork.cpp b/messagebus/src/vespa/messagebus/network/rpcnetwork.cpp
index ca565825dc4..0f078a501fd 100644
--- a/messagebus/src/vespa/messagebus/network/rpcnetwork.cpp
+++ b/messagebus/src/vespa/messagebus/network/rpcnetwork.cpp
@@ -154,7 +154,7 @@ RPCNetwork::flushTargetPool()
const vespalib::Version &
RPCNetwork::getVersion() const
{
- static vespalib::Version reported_version(8, 310) // _Allows_ new protobuf protocol;
+ static vespalib::Version reported_version(8, 310); // _Allows_ new protobuf protocol
return reported_version;
}