Skip to content

Commit 8135733

Browse files
authored
Fixed indentation
1 parent d6bf56f commit 8135733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/SqlTableCreator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ internal class SqlTableCreator
99
{
1010
private readonly string _connectionString;
1111
private string _tableName;
12-
private string _schemaName;
12+
private string _schemaName;
1313

1414
#region Constructor
1515

1616
public SqlTableCreator(string connectionString, string schemaName)
1717
{
1818
_schemaName = schemaName;
19-
_connectionString = connectionString;
19+
_connectionString = connectionString;
2020
}
2121

2222
#endregion

0 commit comments

Comments
 (0)