mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
style(formatters): fix prettier formatting
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user