commit | ef32bc10b70aa2926957fd8f35691563234f08b6 | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Thu Jan 17 14:08:44 2019 -0500 |
committer | James E. King III <jking@apache.org> | Mon Jan 21 16:14:25 2019 -0500 |
tree | 68c180d4b15e4e4f5e5e93f7ff4966e3be236774 | |
parent | 1ad08ca91b62701bf2989f52e73e6642aee1f7f0 [diff] [blame] |
THRIFT-4163: update cmake build type handling
diff --git a/lib/csharp/src/Protocol/TProtocolException.cs b/lib/csharp/src/Protocol/TProtocolException.cs index 41c26a3..7bef236 100644 --- a/lib/csharp/src/Protocol/TProtocolException.cs +++ b/lib/csharp/src/Protocol/TProtocolException.cs
@@ -43,7 +43,7 @@ } public TProtocolException(int type, Exception inner = null) - : base(string.Empty,inner) + : base(string.Empty, inner) { type_ = type; }