Skip to content

Commit

Permalink
fix: align code style with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Jan 7, 2019
1 parent a65409f commit 484b83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/services/resize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ResizeService extends Service.extend(Evented, {
heightSensitive: computed.oneWay('defaultHeightSensitive'),
screenHeight: computed.readOnly('_oldHeight'),
screenWidth: computed.readOnly('_oldWidth'),
widthSensitive: computed.oneWay('defaultWidthSensitive')
widthSensitive: computed.oneWay('defaultWidthSensitive'),
}) {
public _oldWidth = window.innerWidth;
public _oldHeight = window.innerHeight;
Expand Down

0 comments on commit 484b83a

Please sign in to comment.