Skip to content

Commit 4956f87

Browse files
committed
run nps format
1 parent 3464040 commit 4956f87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/js/components/victory-brush-container-demo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ class App extends React.Component {
319319
brushDomain={{ y: [-3, 3] }}
320320
brushComponent={<rect style={{ fill: "teal" }} />}
321321
handleWidth={1}
322-
handleStyle={{stroke: "black", fill: "black"}}
322+
handleStyle={{ stroke: "black", fill: "black" }}
323323
/>
324324
}
325325
data={[

demo/ts/components/victory-brush-container-demo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export default class VictoryBrushContainerDemo extends React.Component<
329329
brushDomain={{ y: [-3, 3] }}
330330
brushComponent={<rect style={{ fill: "teal" }} />}
331331
handleWidth={1}
332-
handleStyle={{stroke: "black", fill: "black"}}
332+
handleStyle={{ stroke: "black", fill: "black" }}
333333
/>
334334
}
335335
data={[

0 commit comments

Comments
 (0)