Skip to content

Commit 7c5861f

Browse files
committed
Style fix: Added missing comma at the end of the entry
1 parent c0ced47 commit 7c5861f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentMigrator.Runner.MySql/Processors/MySql/MySqlDbFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class MySqlDbFactory : ReflectionBasedDbFactory
2323
private static readonly TestEntry[] _entries =
2424
{
2525
new TestEntry("MySql.Data", "MySql.Data.MySqlClient.MySqlClientFactory"),
26-
new TestEntry("MySqlConnector", "MySql.Data.MySqlClient.MySqlClientFactory")
26+
new TestEntry("MySqlConnector", "MySql.Data.MySqlClient.MySqlClientFactory"),
2727
};
2828

2929
[Obsolete]

0 commit comments

Comments
 (0)