Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed May 24, 2023
1 parent a11e846 commit e2d5103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function StackedBarChart({
</EuiPanel>
</TooltipContainer>
);
}
};

return (
<Chart size={{ height }}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import React, { useMemo, useCallback } from 'react';
import type { TooltipHeaderFormatter, TooltipValue } from '@elastic/charts';
import type { TooltipHeaderFormatter } from '@elastic/charts';
import {
Chart,
LineSeries,
Expand Down

0 comments on commit e2d5103

Please sign in to comment.