Skip to content

Commit

Permalink
run make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bdefore committed Mar 23, 2022
1 parent 5d99f24 commit b6e9922
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/radial-bar/src/RadialBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
SvgWrapper,
clampArc,
// @ts-ignore
bindDefs
bindDefs,
} from '@nivo/core'

import { ArcLabelsLayer } from '@nivo/arcs'
Expand Down
2 changes: 1 addition & 1 deletion packages/radial-bar/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
ModernMotionProps,
PropertyAccessor,
ValueFormat,
SvgDefsAndFill
SvgDefsAndFill,
} from '@nivo/core'
import { Arc, ArcGenerator, ArcLabelsProps, ArcTransitionMode } from '@nivo/arcs'
import { InheritedColorConfig, OrdinalColorScaleConfig } from '@nivo/colors'
Expand Down
10 changes: 5 additions & 5 deletions packages/radial-bar/stories/radialBar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,17 +257,17 @@ const demoPhases: {
color: 'inherit',
rotation: -45,
lineWidth: 4,
spacing: 8
}
spacing: 8,
},
],
fill: [
{
match: {
// id: 'Online.Fruits'
x: 'Fruits'
x: 'Fruits',
},
id: 'lines'
}
id: 'lines',
},
],
},
},
Expand Down

0 comments on commit b6e9922

Please sign in to comment.