Skip to content

Commit

Permalink
Fix syntax error in resharper annotation file
Browse files Browse the repository at this point in the history
  • Loading branch information
tdanner committed Mar 7, 2017
1 parent de22b5a commit 03ea0ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Src/Logging/SolarWinds.Logging.ExternalAnnotations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,9 @@
</parameter>
</member>
<member name="M:SolarWinds.Logging.Log.FatalFormat(System.String,System.Object)">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)" />
<argument>"format"</argument>
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
<parameter name="format">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
Expand Down

0 comments on commit 03ea0ec

Please sign in to comment.