8000 Revert formatting of load bearing comment · DariushStony/protobuf-javascript@b449db4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b449db4

Browse files
committed
Revert formatting of load bearing comment
Add a clang format guard to a particularly long, load bearing, comment we use to guide rewriting common js deps.
1 parent 0f85869 commit b449db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binary/proto_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ goog.require('proto.jspb.test.extendRepeatedStringList');
8888
goog.require('proto.jspb.test.extendRepeatedUint32List');
8989
goog.require('proto.jspb.test.extendRepeatedUint64List');
9090

91-
// CommonJS-LoadFromFile: ../node_modules/google-protobuf/google/protobuf/any_pb
92-
// proto.google.protobuf
91+
// clang-format off
92+
// CommonJS-LoadFromFile: ../node_modules/google-protobuf/google/protobuf/any_pb proto.google.protobuf
9393
goog.require('proto.google.protobuf.Any');
9494

9595

0 commit comments

Comments
 (0)
0