You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2022/10/22 00:37:46 UTC

[hudi] branch master updated: [MINOR] Remove redundant space in PR compliance check (#7022)

This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fd5fc1459 [MINOR] Remove redundant space in PR compliance check (#7022)
9fd5fc1459 is described below

commit 9fd5fc1459b3bc00cc5fb4ae94ba245c21cab7ff
Author: Y Ethan Guo <et...@gmail.com>
AuthorDate: Fri Oct 21 17:37:38 2022 -0700

    [MINOR] Remove redundant space in PR compliance check (#7022)
---
 scripts/pr_compliance.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/pr_compliance.py b/scripts/pr_compliance.py
index 5946a35587..af7d9454f7 100644
--- a/scripts/pr_compliance.py
+++ b/scripts/pr_compliance.py
@@ -396,7 +396,7 @@ def make_default_validator(body, debug=False):
         "### Impact",
         {"_Describe any public API or user-facing feature change or any performance impact._"})
     risklevel = RiskLevelData("RISKLEVEL",
-        "### Risk level ",
+        "### Risk level",
         {"_If medium or high, explain what verification was done to mitigate the risks._"})
     checklist = ParseSectionData("CHECKLIST",
         "### Contributor's checklist",