8000 Updates example code to include closing brace (#2066) · niralkk/python-docs-samples@f634c44 · GitHub
[go: up one dir, main page]

Skip to content

Commit f634c44

Browse files
kd7uiygguuss
authored andcommitted
Updates example code to include closing brace (GoogleCloudPlatform#2066)
Changes the document location to not cut off the final curly bracket and parenthesis which is required to get the script to properly run.
1 parent 29e234f commit f634c44

File tree

1 file changed

+1
-2
lines changed
  • appengine/standard/firebase/firenotes/frontend

1 file changed

+1
-2
lines changed

appengine/standard/firebase/firenotes/frontend/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ $(function(){
6666
$('#logged-out').show();
6767

6868
}
69-
// [END gae_python_state_change]
70-
7169
});
70+
// [END gae_python_state_change]
7271

7372
}
7473

0 commit comments

Comments
 (0)
0