diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/utils/formatters.ts b/superset-frontend/plugins/plugin-chart-echarts/src/utils/formatters.ts index 579a621abb3..d05c094016e 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/utils/formatters.ts +++ b/superset-frontend/plugins/plugin-chart-echarts/src/utils/formatters.ts @@ -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(); }