style(formatters): fix prettier formatting

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-02-06 00:36:55 -08:00
parent 7d85b212ee
commit ad2a1fe92f

View File

@@ -86,9 +86,7 @@ export function getTooltipTimeFormatter(
return String;
}
export function getXAxisFormatter(
format?: string,
): TimeFormatter | undefined {
export function getXAxisFormatter(format?: string): TimeFormatter | undefined {
if (format === SMART_DATE_ID) {
return getSmartDateFormatter();
}