Skip to content

Commit

Permalink
fix: remove redundant new keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
karanjthakkar authored and obipawan committed Jun 18, 2019
1 parent e20a90a commit 50a6583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const createDashStyleSheet = (
{ dashGap, dashLength, dashThickness, dashColor },
isRow
) => {
const idStyle = new StyleSheet.create({
const idStyle = StyleSheet.create({
style: {
width: isRow ? dashLength : dashThickness,
height: isRow ? dashThickness : dashLength,
Expand Down

0 comments on commit 50a6583

Please sign in to comment.