正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -131,7 +131,7 @@ func (s SelfChecks) Compare(dst string) (rspChecks SelfChecks, err error) { | @@ -131,7 +131,7 @@ func (s SelfChecks) Compare(dst string) (rspChecks SelfChecks, err error) { | ||
131 | rspChecks = append(rspChecks, c) | 131 | rspChecks = append(rspChecks, c) |
132 | continue | 132 | continue |
133 | } | 133 | } |
134 | - if len(c.Reason) > 0 { | 134 | + if len(strings.TrimSpace(c.Reason)) > 0 { |
135 | rspChecks = append(rspChecks, c) | 135 | rspChecks = append(rspChecks, c) |
136 | continue | 136 | continue |
137 | } | 137 | } |
-
请 注册 或 登录 后发表评论