Skip to content

Commit 7942a54

Browse files
tayehmuayyad-alsadi
authored andcommitted
fix styling errors
Signed-off-by: Mohammed Tayeh <[email protected]>
1 parent cb9cf60 commit 7942a54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

podman_compose.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2692,7 +2692,9 @@ def compose_kill(compose, args):
26922692

26932693

26942694
@cmd_run(
2695-
podman_compose, "stats", "Display percentage of CPU, memory, network I/O, block I/O and PIDs for services."
2695+
podman_compose,
2696+
"stats",
2697+
"Display percentage of CPU, memory, network I/O, block I/O and PIDs for services.",
26962698
)
26972699
def compose_stats(compose, args):
26982700
container_names_by_service = compose.container_names_by_service

0 commit comments

Comments
 (0)