Skip to content

Commit 6eedf05

Browse files
author
Eric Koleda
committed
Add missing bracket in JSDoc.
1 parent 1bc7eb7 commit 6eedf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth2.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var _ = Underscore.load();
2323

2424
/**
2525
* The supported formats for the returned OAuth2 token.
26-
* @type {Object.<string, string>
26+
* @type {Object.<string, string>}
2727
*/
2828
var TOKEN_FORMAT = {
2929
JSON: 'application/json',

0 commit comments

Comments
 (0)