Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Dec 18, 2023
1 parent f3b4499 commit 8051670
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tensorflow_io/core/filesystems/az/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cc_library(
"//tensorflow_io/core/filesystems:filesystem_plugins_header",
"@com_github_azure_azure_sdk_for_cpp//:azure",
"@com_google_absl//absl/strings",
"@local_tsl//tsl/c:tsl_status",
"@local_tsl//tsl/c:tsl_status",
],
alwayslink = 1,
)
2 changes: 1 addition & 1 deletion tensorflow_io/core/filesystems/hdfs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ cc_library(
"//tensorflow_io/core/filesystems:filesystem_plugins_header",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/synchronization",
"@local_tsl//tsl/c:tsl_status",
"@hadoop",
"@local_tsl//tsl/c:tsl_status",
],
alwayslink = 1,
)
2 changes: 1 addition & 1 deletion tensorflow_io/core/filesystems/http/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ cc_library(
"@com_google_absl//absl/strings",
"@com_google_absl//absl/synchronization",
"@com_google_absl//absl/time",
"@local_tsl//tsl/c:tsl_status",
"@curl",
"@local_tsl//tsl/c:tsl_status",
],
alwayslink = 1,
)
2 changes: 1 addition & 1 deletion tensorflow_io/core/filesystems/s3/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cc_library(
"@aws-sdk-cpp//:transfer",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/synchronization",
"@local_tsl//tsl/c:tsl_status",
"@local_tsl//tsl/c:tsl_status",
],
alwayslink = 1,
)
2 changes: 1 addition & 1 deletion tensorflow_io_gcs_filesystem/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cc_library(
"@com_google_absl//absl/types:variant",
"@local_config_tf//:tf_c_header_lib",
"@local_config_tf//:tf_tsl_header_lib",
"@local_tsl//tsl/c:tsl_status",
"@local_tsl//tsl/c:tsl_status",
],
alwayslink = 1,
)
Expand Down

0 comments on commit 8051670

Please sign in to comment.