nit: remove extra whitespace in NullValue comment

PiperOrigin-RevId: 512017807
pull/12029/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 2ce56399e3
commit 3c71dd8526
  1. 2
      src/google/protobuf/struct.proto

@ -80,7 +80,7 @@ message Value {
// `NullValue` is a singleton enumeration to represent the null value for the
// `Value` type union.
//
// The JSON representation for `NullValue` is JSON `null`.
// The JSON representation for `NullValue` is JSON `null`.
enum NullValue {
// Null value.
NULL_VALUE = 0;

Loading…
Cancel
Save