Bazel buildifier lint fix

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2020-05-11 19:12:51 +00:00
parent c65b6f9356
commit d000961fcd

View File

@ -1337,9 +1337,9 @@ tf_kernel_library(
"tile_functor_cpu_int32.cc", "tile_functor_cpu_int32.cc",
"tile_functor_cpu_int64.cc", "tile_functor_cpu_int64.cc",
"tile_functor_cpu_int8.cc", "tile_functor_cpu_int8.cc",
"tile_functor_cpu_tstring.cc",
"tile_functor_cpu_uint32.cc", "tile_functor_cpu_uint32.cc",
"tile_functor_cpu_uint64.cc", "tile_functor_cpu_uint64.cc",
"tile_functor_cpu_tstring.cc",
"tile_functor_cpu_uint8.cc", "tile_functor_cpu_uint8.cc",
"tile_functor_sycl.cc", "tile_functor_sycl.cc",
], ],