Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 071b11c

Browse files
author
Marc-André Rivet
committed
fix format
1 parent d4df7cc commit 071b11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Graph.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ const graphPropTypes = {
557557
* Extra resolution to give the file after
558558
* rendering it with the given width and height
559559
*/
560-
scale: PropTypes.number
560+
scale: PropTypes.number,
561561
}),
562562

563563
/**

0 commit comments

Comments
 (0)