Skip to content

Commit 53e8dc8

Browse files
committed
format
1 parent 9cb38cf commit 53e8dc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/utils/perf-training/perf-helper.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ def merge(args):
4949
)
5050
parser.add_argument("profdata", help="Path to llvm-profdata tool")
5151
parser.add_argument("output", help="Output filename")
52-
parser.add_argument("paths", nargs='+',
53-
help="Folder(s) containing input profraw files")
52+
parser.add_argument(
53+
"paths", nargs="+", help="Folder(s) containing input profraw files"
54+
)
5455
parser.add_argument("--sample", action="store_true", help="Sample profile")
5556
opts = parser.parse_args(args)
5657

0 commit comments

Comments
 (0)