mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code style fixes.
This commit is contained in:
@@ -70,10 +70,7 @@ namespace Aaru.Database.Migrations
|
||||
WriteCDRW = table.Column<bool>(),
|
||||
WriteDVDR = table.Column<bool>(),
|
||||
WriteDVDRAM = table.Column<bool>()
|
||||
}, constraints: table =>
|
||||
{
|
||||
table.PrimaryKey("PK_ModePage_2A", x => x.Id);
|
||||
});
|
||||
}, constraints: table => table.PrimaryKey("PK_ModePage_2A", x => x.Id));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user