Skip to content

Commit 2fcd947

Browse files
ajmeese7bojeil-google
authored andcommitted
Style correction (#588)
Changed positioning of curly bracket to reflect the style used throughout the rest of the file
1 parent 139a9a7 commit 2fcd947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/public/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ var handleSignedInUser = function(user) {
130130
document.getElementById('name').textContent = user.displayName;
131131
document.getElementById('email').textContent = user.email;
132132
document.getElementById('phone').textContent = user.phoneNumber;
133-
if (user.photoURL){
133+
if (user.photoURL) {
134134
var photoURL = user.photoURL;
135135
// Append size to the photo URL for Google hosted images to avoid requesting
136136
// the image with its original resolution (using more bandwidth than needed)

0 commit comments

Comments
 (0)