Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit 1870281

Browse files
committed
Fix spacing
1 parent 7634a03 commit 1870281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ function cloud_getnotes()
515515
function cloud_savenotes()
516516
{
517517
var userId = firebase.auth().currentUser.uid;
518-
firebase.database().ref('notes/' + userId).set(notes);
518+
firebase.database().ref('notes/' + userId).set(notes);
519519
}
520520

521521
/**

0 commit comments

Comments
 (0)