Imported Upstream version 3.8.0
[platform/upstream/protobuf.git] / csharp / compatibility_tests / v3.0.0 / src / Google.Protobuf.Test / Reflection / FieldAccessTest.cs
index a488af3..46cb1af 100644 (file)
@@ -213,6 +213,6 @@ namespace Google.Protobuf.Reflection
             var descriptor = TestAllTypes.Descriptor;
             Assert.Throws<KeyNotFoundException>(() => descriptor.Fields[999999].ToString());
             Assert.Throws<KeyNotFoundException>(() => descriptor.Fields["not found"].ToString());
-        }        
+        }
     }
 }