This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7053b110c74 Indent fix for breeze visuals (#47198)
7053b110c74 is described below

commit 7053b110c7451818af838583b35dbdc333a5c70b
Author: Amogh Desai <[email protected]>
AuthorDate: Fri Feb 28 19:25:27 2025 +0530

    Indent fix for breeze visuals (#47198)
---
 dev/breeze/src/airflow_breeze/utils/visuals.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev/breeze/src/airflow_breeze/utils/visuals.py 
b/dev/breeze/src/airflow_breeze/utils/visuals.py
index e68b7dc6454..0193224bb8a 100644
--- a/dev/breeze/src/airflow_breeze/utils/visuals.py
+++ b/dev/breeze/src/airflow_breeze/utils/visuals.py
@@ -118,18 +118,18 @@ CHEATSHEET = f"""
           `{AIRFLOW_SOURCES_ROOT}/files` folder
           and they will be visible in `/files/` folder inside the container.
 
-        [info]* Other options[/]
+    [info]* Other options[/]
 
-        Check out `--help` for `breeze` command. It will show you other 
options, such as running
-        integration or starting complete Airflow using `start-airflow` command 
as well as ways
-        of cleaning up the installation.
+    Check out `--help` for `breeze` command. It will show you other options, 
such as running
+    integration or starting complete Airflow using `start-airflow` command as 
well as ways
+    of cleaning up the installation.
 
-        Make sure to run `setup-autocomplete` to get the commands and options 
auto-completable
-        in your shell.
+    Make sure to run `setup-autocomplete` to get the commands and options 
auto-completable
+    in your shell.
 
-        You can disable this cheatsheet by running:
+    You can disable this cheatsheet by running:
 
-            breeze setup config --no-cheatsheet
+        breeze setup config --no-cheatsheet
 
 """
 CHEATSHEET_STYLE = "white"

Reply via email to