We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8ce67 commit 783a9c6Copy full SHA for 783a9c6
benchmark/scripts/Template.swift
@@ -1,4 +1,4 @@
1
-//===--- {name}.swift {padding}----===//
+//===--- {name}.swift {padding}---===//
2
//
3
// This source file is part of the Swift.org open source project
4
benchmark/scripts/create_benchmark.py
@@ -56,7 +56,7 @@ def create_benchmark_file(name):
56
# fill in missing template details
57
file_text = file_text.format(
58
name = name,
59
- padding = "-" * (55 - len(name)),
+ padding = "-" * (56 - len(name)),
60
year = datetime.date.today().year
61
)
62
0 commit comments