protocolbuffers / protobuf-javascript

BSD 3-Clause "New" or "Revised" License
330 stars 66 forks source link

(minor) fix indentation in toObject function #201

Open eric-skydio opened 3 months ago

eric-skydio commented 3 months ago

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.