fix(blacklist): remove whitespace line causing prettier to fail in CI

This commit is contained in:
Ben Beauchamp
2025-02-05 16:34:04 -06:00
parent 307a67ae76
commit 429605446d

View File

@@ -253,6 +253,6 @@ export const startJobs = (): void => {
running: () => blacklistedTagsProcessor.status().running,
cancelFn: () => blacklistedTagsProcessor.cancel(),
});
logger.info('Scheduled jobs loaded', { label: 'Jobs' });
};