protobuf-javascript
protobuf-javascript copied to clipboard
(minor) fix indentation in toObject function
This fixes a very minor aesthetic regression associated with newer protobuf versions
Apparently the behavior of printer->Print has changed subtly in how it strips leading spaces.
Relates to: https://github.com/protocolbuffers/protobuf-javascript/pull/196
Honestly, this isn't particularly important. Feel free to reject.