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:
Bastian Wagner
2026-08-19 14:33:41 +02:00
parent 833fa52d8d
commit 137a18f4e7
2 changed files with 3 additions and 8 deletions

View File

@@ -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 = [
{