Skip to content

Commit dbfc7cd

Browse files
12wrigjacopybara-github
authored andcommitted
Move a comment to be aligned with the relevant JsdocTag enum value.
PiperOrigin-RevId: 615784613
1 parent 872f27a commit dbfc7cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/com/google/javascript/rhino/typed_ast/optimization_jsdoc.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ enum JsdocTag {
6161
JSDOC_COLLAPSIBLE_OR_BREAK_MY_CODE = 25;
6262

6363
// Used by unit tests
64-
JSDOC_FILEOVERVIEW = 26; // Used to specially mark the base.js file.
64+
JSDOC_FILEOVERVIEW = 26;
6565

66+
// Used to specially mark the base.js file.
6667
JSDOC_PROVIDE_GOOG = 31;
6768

6869
// Used to identify type summary (i.js) files.

0 commit comments

Comments
 (0)