Internal change.

PiperOrigin-RevId: 882133849
Change-Id: I29cf904dc8374cf56c5b6d9e176b3af3e813a336
diff --git a/tools/osx/xcode_version_flag.bzl b/tools/osx/xcode_version_flag.bzl
index 1578a73..f15d8cc 100644
--- a/tools/osx/xcode_version_flag.bzl
+++ b/tools/osx/xcode_version_flag.bzl
@@ -72,6 +72,7 @@
         value = _strip_version(xcode_version)
     elif precision == "exact":
         value = str(xcode_version)
+
     else:
         num_components = _VERSION_PRECISION_COMPONENTS[precision]
         value = _strip_or_pad_version(xcode_version, num_components)