Skip to content

Commit 4d4c31d

Browse files
committed
dotnet format
1 parent b8b8185 commit 4d4c31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestExamplesDotnet/IDatabase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ public interface IDatabase
66
{
77
string ConnectionString { get; }
88

9-
public void EnsureInitialized(IHost host);
10-
public Task Clean();
9+
void EnsureInitialized(IHost host);
10+
Task Clean();
1111
}

0 commit comments

Comments
 (0)