mirror of
https://github.com/bitwarden/server.git
synced 2025-04-12 00:28:11 -05:00
chore: run dotnet format
(#5137)
This commit is contained in:
parent
fe70db3e87
commit
2d257dc274
@ -21,9 +21,9 @@ internal class Program
|
|||||||
[Option("no-transaction", Description = "Run without adding transaction per script or all scripts")]
|
[Option("no-transaction", Description = "Run without adding transaction per script or all scripts")]
|
||||||
bool noTransactionMigration = false
|
bool noTransactionMigration = false
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return MigrateDatabase(databaseConnectionString, repeatable, folderName, dryRun, noTransactionMigration) ? 0 : -1;
|
return MigrateDatabase(databaseConnectionString, repeatable, folderName, dryRun, noTransactionMigration) ? 0 : -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private static bool MigrateDatabase(string databaseConnectionString,
|
private static bool MigrateDatabase(string databaseConnectionString,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user