aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf.Conformance/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Google.Protobuf.Conformance/Program.cs')
-rw-r--r--csharp/src/Google.Protobuf.Conformance/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf.Conformance/Program.cs b/csharp/src/Google.Protobuf.Conformance/Program.cs
index 437fa3a2..76b21e39 100644
--- a/csharp/src/Google.Protobuf.Conformance/Program.cs
+++ b/csharp/src/Google.Protobuf.Conformance/Program.cs
@@ -99,7 +99,7 @@ namespace Google.Protobuf.Conformance
else if (request.MessageType.Equals("proto2"))
{
- return new ConformanceResponse { Skipped = "CSharp doesn't support proto2" }
+ return new ConformanceResponse { Skipped = "CSharp doesn't support proto2" };
}
else
{