fix: apply prettier formatting to pass CI format check
Three files had formatting inconsistencies causing the format:check CI step to fail on main since 2026-03-04. Fixes #3 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-2
@@ -77,8 +77,7 @@ export const KBENCH_STORAGE_CLASS_ANNOTATION = 'tns-csi.headlamp/storage-class';
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
function shortId(): string {
|
||||
return Math.random().toString(36)
|
||||
.slice(2, 8);
|
||||
return Math.random().toString(36).slice(2, 8);
|
||||
}
|
||||
|
||||
export function generateJobName(): string {
|
||||
|
||||
Reference in New Issue
Block a user