Skip to content

Commit 5b02887

Browse files
committed
apply clang-format
1 parent 083cff0 commit 5b02887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/utils/detect_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def get_var(var_name: str) -> str:
8484
l0_ver_patch = _get_patch_from_ver(get_var("L0_VER"))
8585
env_cache_ver = os.getenv("COMPUTE_RUNTIME_TAG_CACHE", default="")
8686
env_cache_patch = _get_patch_from_ver(env_cache_ver)
87-
# L0 patch often gets padded with 0's: if the environment variable
87+
# L0 patch often gets padded with 0's: if the environment variable
8888
# matches up with the prefix of the l0 version patch, the cache is
8989
# indeed referring to the same version.
9090
if env_cache_patch == l0_ver_patch[: len(env_cache_patch)]:

0 commit comments

Comments
 (0)