Skip to content

Commit 694999a

Browse files
committed
Move 2 spaces from check marks to model name column
1 parent 5df8f79 commit 694999a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/core/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ class TerminalConsole(Console):
540540

541541
PROGRESS_BAR_COLUMN_WIDTHS: t.Dict[str, int] = {
542542
"batch": 7,
543-
"name": 50,
543+
"name": 52,
544544
"annotation": 50,
545545
"duration": 8,
546546
}

0 commit comments

Comments
 (0)