style: reformat with prettier to resolve eslint/prettier conflict

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
DevContainer User
2026-03-04 12:46:54 +00:00
parent f26d1414b2
commit 5c57f52abc
5 changed files with 55 additions and 55 deletions
+2 -2
View File
@@ -350,8 +350,8 @@ export function parseIPPools(data: Record<string, string> | undefined): IPPool[]
const type = poolName.startsWith('range-')
? 'range'
: poolName.startsWith('cidr-')
? 'cidr'
: 'unknown';
? 'cidr'
: 'unknown';
pools.push({
name: poolName,
type,