mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 07:30:59 -05:00
fix: dotnet format
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Bit.MySqlMigrations.Migrations
|
||||
{
|
||||
namespace Bit.MySqlMigrations.Migrations;
|
||||
|
||||
/// <inheritdoc />
|
||||
public partial class CreateOpaqueKeyExchangeCredential : Migration
|
||||
{
|
||||
@ -54,4 +53,3 @@ namespace Bit.MySqlMigrations.Migrations
|
||||
name: "OpaqueKeyExchangeCredential");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +1,9 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Bit.PostgresMigrations.Migrations
|
||||
{
|
||||
namespace Bit.PostgresMigrations.Migrations;
|
||||
|
||||
/// <inheritdoc />
|
||||
public partial class CreateOpaqueKeyExchangeCredential : Migration
|
||||
{
|
||||
@ -48,4 +47,3 @@ namespace Bit.PostgresMigrations.Migrations
|
||||
name: "OpaqueKeyExchangeCredential");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +1,9 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Bit.SqliteMigrations.Migrations
|
||||
{
|
||||
namespace Bit.SqliteMigrations.Migrations;
|
||||
|
||||
/// <inheritdoc />
|
||||
public partial class CreateOpaqueKeyExchangeCredential : Migration
|
||||
{
|
||||
@ -48,4 +47,3 @@ namespace Bit.SqliteMigrations.Migrations
|
||||
name: "OpaqueKeyExchangeCredential");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user