[util] Fix some minor indent issues

Signed-off-by: Timothy Chen <timothytim@google.com>
diff --git a/util/build_docs.py b/util/build_docs.py
index 8419e29..0060b64 100755
--- a/util/build_docs.py
+++ b/util/build_docs.py
@@ -364,13 +364,13 @@
     # TODO: Support more configurations
     if platform.system() == 'Linux' and platform.machine() == 'x86_64':
         download_url = ('https://github.com/gohugoio/hugo/releases/download/v{version}'
-                '/hugo_extended_{version}_Linux-64bit.tar.gz').format(
-                        version=HUGO_EXTENDED_VERSION)
+                        '/hugo_extended_{version}_Linux-64bit.tar.gz').format(
+                            version=HUGO_EXTENDED_VERSION)
 
     elif platform.system() == 'Darwin' and platform.machine() == 'x86_64':
-        download_url =  ('https://github.com/gohugoio/hugo/releases/download/v{version}'
-                '/hugo_extended_{version}_macOS-64bit.tar.gz').format(
-                        version=HUGO_EXTENDED_VERSION)
+        download_url = ('https://github.com/gohugoio/hugo/releases/download/v{version}'
+                        '/hugo_extended_{version}_macOS-64bit.tar.gz').format(
+                            version=HUGO_EXTENDED_VERSION)
 
     else:
         logging.fatal(