From df4d6b7eeb67d194f305c80d7c7093df72c3a7f9 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Mon, 24 Feb 2020 18:24:52 -0500 Subject: [PATCH] sort functions in alphabetical order --- third_party/gpus/cuda_configure.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/gpus/cuda_configure.bzl b/third_party/gpus/cuda_configure.bzl index 5c545447c6d..a4eccc4d235 100644 --- a/third_party/gpus/cuda_configure.bzl +++ b/third_party/gpus/cuda_configure.bzl @@ -49,8 +49,8 @@ load( "is_windows", "raw_exec", "read_dir", - "which", "realpath", + "which", ) _GCC_HOST_COMPILER_PATH = "GCC_HOST_COMPILER_PATH"