Skip to content

Commit 80a9c5d

Browse files
committed
fix format
1 parent d3c9985 commit 80a9c5d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616
#
17-
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
17+
load("@com_google_protobuf//:protobuf.bzl", "py_proto_library")
1818

1919
package(default_visibility = ["//visibility:public"])
2020

test/json_request_translator_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
#include <string>
2121
#include <vector>
2222

23-
#include "test/bookstore.pb.h"
2423
#include "google/protobuf/io/zero_copy_stream.h"
2524
#include "gtest/gtest.h"
2625
#include "proto_stream_tester.h"
2726
#include "request_translator_test_base.h"
27+
#include "test/bookstore.pb.h"
2828
#include "test_common.h"
2929

3030
namespace google {

test/request_message_translator_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#include <memory>
2020
#include <string>
2121

22-
#include "test/bookstore.pb.h"
2322
#include "google/protobuf/struct.pb.h"
2423
#include "google/protobuf/type.pb.h"
2524
#include "gtest/gtest.h"
2625
#include "request_translator_test_base.h"
26+
#include "test/bookstore.pb.h"
2727
#include "test_common.h"
2828

2929
namespace google {

test/request_stream_translator_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
#include <memory>
2020
#include <string>
2121

22-
#include "test/bookstore.pb.h"
2322
#include "google/protobuf/type.pb.h"
2423
#include "gtest/gtest.h"
2524
#include "request_translator_test_base.h"
25+
#include "test/bookstore.pb.h"
2626

2727
namespace google {
2828
namespace grpc {

test/response_to_json_translator_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
#include <string>
2222
#include <vector>
2323

24-
#include "test/bookstore.pb.h"
2524
#include "google/protobuf/io/zero_copy_stream.h"
2625
#include "google/protobuf/text_format.h"
2726
#include "grpc_transcoding/type_helper.h"
2827
#include "gtest/gtest.h"
28+
#include "test/bookstore.pb.h"
2929
#include "test_common.h"
3030

3131
namespace google {

0 commit comments

Comments
 (0)