Skip to content

Commit 4acd2c4

Browse files
minht11Borewit
authored andcommitted
fix lint warning
1 parent 7ff2786 commit 4acd2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/musepack/sv8/MpcSv8Parser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export class MpcSv8Parser extends BasicParser {
6060
default:
6161
throw new MusepackContentError(`Unexpected header: ${header.key}`);
6262
}
63+
// biome-ignore lint/correctness/noConstantCondition: break is handled in the switch statement
6364
} while (true);
6465
}
6566
}

0 commit comments

Comments
 (0)