Commit 3457f889 authored by Sydney Acksman's avatar Sydney Acksman

Fix formatting

parent 71c492da
......@@ -109,7 +109,9 @@ namespace Google.Protobuf.Reflection
IList<FieldDescriptor> list;
if (!declarationOrder.TryGetValue(descriptor.ExtendeeType, out list))
{
declarationOrder.Add(descriptor.ExtendeeType, list = new List<FieldDescriptor>());
}
list.Add(descriptor);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment