Skip to content

Commit

Permalink
Remove extra semicolon in contrib/lib/protobuf patches
Browse files Browse the repository at this point in the history
  • Loading branch information
bulatman committed May 4, 2023
1 parent 515d69e commit b177a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/libs/protobuf/src/google/protobuf/json_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ template<class T>
inline IOutputStream& operator <<(IOutputStream& stream, const TAsJSON<T>& protoAsJSON) {
protoAsJSON.T_.PrintJSON(stream);
return stream;
};
}

}
}
Expand Down
2 changes: 1 addition & 1 deletion contrib/libs/protobuf/src/google/protobuf/stubs/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ using string = TProtoStringType;
namespace NProtoBuf {
using namespace google;
using namespace google::protobuf;
};
}

#include <google/protobuf/port_undef.inc>

Expand Down

0 comments on commit b177a7e

Please sign in to comment.