Format CMake and Python

Signed-off-by: coleramos425 <colramos@amd.com>
This commit is contained in:
coleramos425
2024-05-10 14:57:50 +00:00
committed by Cole Ramos
parent dba868973b
commit 1f370c9fe7
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ def mibench(args, mspec):
"-d",
str(args.device),
]
if(args.quiet):
if args.quiet:
my_args += "--quiet"
subprocess.run(
my_args,