Skip to content

Commit

Permalink
Remove superfluous blank linkes from Resources.resx
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx authored and ishimko committed Sep 2, 2019
1 parent e7455c2 commit a50fa21
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions src/Moq/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">



<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
Expand Down Expand Up @@ -123,35 +120,6 @@
<data name="FieldsNotSupported" xml:space="preserve">
<value>Expression {0} involves a field access, which is not supported. Use properties instead.</value>
</data>





























<data name="TypeNotMockable" xml:space="preserve">
<value>Type to mock must be an interface, a delegate, or a non-sealed, non-static class.</value>
</data>
Expand Down

0 comments on commit a50fa21

Please sign in to comment.