Skip to content

Commit 30451e2

Browse files
committed
remove empty line
1 parent 3c3f42d commit 30451e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/ParseUser.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3960,7 +3960,6 @@ describe('Parse.User testing', () => {
39603960
subscription.on(key, calls[key]);
39613961
}
39623962
const user = await Parse.User._logInWith('facebook');
3963-
39643963
user.set('foo', 'bar');
39653964
await user.save();
39663965
user.unset('foo');

0 commit comments

Comments
 (0)