style: fix prettier formatting drift in two API files
vertical-slice.seed.ts and danger-rating.spec.ts had line-wrapping that no longer matched prettier's output, which a CI prettier --check would flag. Formatting only, no logic change.
This commit is contained in:
@@ -20,8 +20,7 @@ export async function seedVisibleVerticalSlice(
|
||||
const connectionRepository = dataSource.getRepository(LocationConnection);
|
||||
const characterRepository = dataSource.getRepository(Character);
|
||||
const monsterRepository = dataSource.getRepository(MonsterDefinition);
|
||||
const locationMonsterRepository =
|
||||
dataSource.getRepository(LocationMonster);
|
||||
const locationMonsterRepository = dataSource.getRepository(LocationMonster);
|
||||
|
||||
const locations = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user