commit | e0daf31d849f305c513a1e41b4df36433cf51f05 | [log] [tgz] |
---|---|---|
author | Joe Tsai <joetsai@digital-static.net> | Tue Feb 25 12:51:10 2020 -0800 |
committer | Joe Tsai <thebrokentoaster@gmail.com> | Tue Feb 25 21:59:54 2020 +0000 |
tree | 8f500bfc341c5692b37a2a97017e67bf7ae2515b | |
parent | ee3cfcba3f6e62f36a51950c8ef2ed3347e8f2c5 [diff] [blame] |
all: trivial formatting changes Changes: * import grouping for third-party dependencies * import grouping for generated protobufs * blank space removal Change-Id: I2950b0606bb2064046d79a23a78b05c23147cbfe Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/221017 Reviewed-by: Damien Neil <dneil@google.com>
diff --git a/internal/impl/message_reflect_test.go b/internal/impl/message_reflect_test.go index 26c271d..66c2536 100644 --- a/internal/impl/message_reflect_test.go +++ b/internal/impl/message_reflect_test.go
@@ -15,6 +15,7 @@ cmp "github.com/google/go-cmp/cmp" cmpopts "github.com/google/go-cmp/cmp/cmpopts" + "google.golang.org/protobuf/encoding/prototext" pimpl "google.golang.org/protobuf/internal/impl" "google.golang.org/protobuf/proto"