Skip to content

Commit c0949da

Browse files
committed
fix indent
1 parent 54bb593 commit c0949da

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
@@ -88,7 +88,7 @@ def get_var(var_name: str) -> str:
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)]:
91-
print(
91+
print(
9292
f"Using compute_runtime tag from COMPUTE_RUNTIME_TAG_CACHE: {env_cache_var}"
9393
)
9494
cls._instance.compute_runtime_ver_cache = env_cache_ver

0 commit comments

Comments
 (0)