mirror of
https://github.com/bitwarden/server.git
synced 2025-03-02 04:11:04 +01: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")]
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user