Skip to content

Commit

Permalink
fix: formatting inconsistency in AutoSizer.md (bvaughn#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklee814 authored and wuweiweiwu committed Dec 7, 2018
1 parent 9d65da5 commit bd7aefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/AutoSizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const list = [
// And so on...
];

function rowRenderer ({ key, index, style}) {
function rowRenderer ({ key, index, style }) {
return (
<div
key={key}
Expand Down

0 comments on commit bd7aefe

Please sign in to comment.