Skip to content

Commit d95818f

Browse files
committed
Update Storage.cs
1 parent 95a48ce commit d95818f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EfLocalDb/Storage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static Storage FromSuffix<TDbContext>(string suffix)
1212
public Storage(string name, string directory)
1313
{
1414
Guard.AgainstNullWhiteSpace(directory);
15-
Guard.AgainstNullWhiteSpace(name,);
15+
Guard.AgainstNullWhiteSpace(name);
1616
Name = name;
1717
Directory = directory;
1818
}

0 commit comments

Comments
 (0)