Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
Co-authored-by: Eliad Moosavi <[email protected]>
  • Loading branch information
Fei Z and theiliad authored Jul 2, 2020
1 parent c3e86eb commit 16056cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/layout/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export class LayoutComponent extends Component {
{ useAttrs: true }
);
matchingSVGDimensions.height = svgSize.height;
};
}

if (growth === LayoutGrowth.PREFERRED) {
const matchingSVGWidth = horizontal
Expand Down

0 comments on commit 16056cc

Please sign in to comment.