Skip to content

Commit

Permalink
Delete unnecessary nested goog.provide
Browse files Browse the repository at this point in the history
RELNOTES[INC]: Deleted goog.provide for goog.net.streams.JsonStreamParser.Options

PiperOrigin-RevId: 380042159
Change-Id: Ic1cff7813f415e6a825096cd24aa570a41b14bc3
  • Loading branch information
lauraharker authored and Copybara-Service committed Jun 17, 2021
1 parent c744505 commit fc26060
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion closure/goog/net/streams/jsonstreamparser.js
Expand Up @@ -30,7 +30,6 @@
*/

goog.provide('goog.net.streams.JsonStreamParser');
goog.provide('goog.net.streams.JsonStreamParser.Options');

goog.require('goog.asserts');
goog.require('goog.net.streams.StreamParser');
Expand Down

0 comments on commit fc26060

Please sign in to comment.