Skip to content

Commit

Permalink
Fix broken whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antyipin Artyom committed Dec 29, 2015
1 parent d80a516 commit 1fa78ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/templates/reference/part-members.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
}
@it.Comment.FullText
@if (!String.IsNullOrEmpty(it.Details.FormatCompiledName))
{
@:<p>CompiledName: <code>@it.Details.FormatCompiledName</code></p>
}
{
@:<p>CompiledName: <code>@it.Details.FormatCompiledName</code></p>
}
</td>
</tr>
}
Expand Down

0 comments on commit 1fa78ab

Please sign in to comment.