run buildifier

This commit is contained in:
Brian Salomon 2023-06-20 14:57:46 -04:00
parent 9170d7ae37
commit d3147f285e
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ def create_cmake_script(
# Collect the keys that are "" in order to suppress them below.
keys_with_empty_values_in_user_cache = [key for key in user_cache if user_cache.get(key) == ""]
# Allow user to actually set a key to "" by specifying "<empty>".
user_cache.update([(key, "") for key in user_cache if user_cache.get(key) == "<empty>"])