Skip to content

Commit 033e17c

Browse files
authored
Reorder include statements in retry_traits_test.cc
1 parent 7f81b2f commit 033e17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigtable/internal/retry_traits_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
#include "google/cloud/bigtable/internal/retry_traits.h"
1616
#include "google/cloud/internal/make_status.h"
1717
#include "google/cloud/internal/status_payload_keys.h"
18-
#include <gmock/gmock.h>
1918
#include <google/rpc/error_details.pb.h>
2019
#include <google/rpc/status.pb.h>
20+
#include <gmock/gmock.h>
2121

2222
namespace google {
2323
namespace cloud {

0 commit comments

Comments
 (0)