Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Nov 22, 2024
1 parent 446e4f7 commit 8d11c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cpp/src/Ice/OpaqueEndpointI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ namespace
class OpaqueEndpointInfoI final : public Ice::OpaqueEndpointInfo
{
public:
OpaqueEndpointInfoI(int16_t type, const Ice::EncodingVersion& rawEncoding, vector<byte> rawBytes)
: _type(type)
OpaqueEndpointInfoI(int16_t type, const Ice::EncodingVersion& rawEncoding, vector<byte> rawBytes) : _type(type)
{
OpaqueEndpointInfo::rawEncoding = rawEncoding;
OpaqueEndpointInfo::rawBytes = std::move(rawBytes);
Expand Down
2 changes: 1 addition & 1 deletion csharp/src/Ice/Connection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ System.Threading.Tasks.Task flushBatchRequestsAsync(
void throwException();
}

/// <summary>
/// <summary>
/// Base class providing access to the connection details.
/// </summary>
public class ConnectionInfo
Expand Down

0 comments on commit 8d11c2c

Please sign in to comment.