Skip to content

Commit a0582ff

Browse files
committed
Lint fixes@
1 parent dcd1d24 commit a0582ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/framework/components/joint/component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class JointComponent extends Component {
246246
get linearLimitsX() {
247247
return this._linearLimitsX;
248248
}
249-
249+
250250
set linearSpringX(value) {
251251
if (this._linearSpringX !== value) {
252252
this._linearSpringX = value;
@@ -334,7 +334,7 @@ class JointComponent extends Component {
334334
get linearLimitsZ() {
335335
return this._linearLimitsZ;
336336
}
337-
337+
338338
set linearSpringZ(value) {
339339
if (this._linearSpringZ !== value) {
340340
this._linearSpringZ = value;

0 commit comments

Comments
 (0)