Skip to content

Commit 9fd5fc1

Browse files
authored
[MINOR] Remove redundant space in PR compliance check (#7022)
1 parent 7985eba commit 9fd5fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/pr_compliance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def make_default_validator(body, debug=False):
396396
"### Impact",
397397
{"_Describe any public API or user-facing feature change or any performance impact._"})
398398
risklevel = RiskLevelData("RISKLEVEL",
399-
"### Risk level ",
399+
"### Risk level",
400400
{"_If medium or high, explain what verification was done to mitigate the risks._"})
401401
checklist = ParseSectionData("CHECKLIST",
402402
"### Contributor's checklist",

0 commit comments

Comments
 (0)