Skip to content

Commit ed3c3b7

Browse files
committed
clang-tidy
1 parent 9e7a427 commit ed3c3b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

google/cloud/bigquery_unified/bigquery_unified_client_unit_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
bigquery_unified_client_unit_tests = [
2020
"client_test.cc",
2121
"internal/connection_impl_test.cc",
22-
"internal/tracing_connection_test.cc",
2322
"internal/default_options_test.cc",
23+
"internal/tracing_connection_test.cc",
2424
"mocks/mock_stream_range_test.cc",
2525
]

google/cloud/bigquery_unified/testing_util/google_cloud_cpp_bigquery_bigquery_unified_testing.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"""Automatically generated source lists for google_cloud_cpp_bigquery_bigquery_unified_testing - DO NOT EDIT."""
1818

1919
google_cloud_cpp_bigquery_bigquery_unified_testing_hdrs = [
20-
"status_matchers.h",
2120
"opentelemetry_matchers.h",
21+
"status_matchers.h",
2222
]
2323

2424
google_cloud_cpp_bigquery_bigquery_unified_testing_srcs = [
25-
"status_matchers.cc",
2625
"opentelemetry_matchers.cc",
26+
"status_matchers.cc",
2727
]

0 commit comments

Comments
 (0)