Skip to content

Commit 8eb03be

Browse files
committed
Fix whitespace linting issue.
1 parent e134f85 commit 8eb03be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Schema.NET/Thing.Partial.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Schema.NET
1+
namespace Schema.NET
22
{
33
using System.Collections.Generic;
44
using System.Text;
@@ -8,7 +8,7 @@
88
public partial class Thing : JsonLdObject
99
{
1010
private const string ContextPropertyJson = "\"@context\":\"http://schema.org\",";
11-
11+
1212
/// <summary>
1313
/// Serializer settings used.
1414
/// Note: Escapes HTML to avoid XSS vulnerabilities where user-supplied data is used.

0 commit comments

Comments
 (0)