You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2020/10/24 16:32:18 UTC

[shardingsphere] branch master updated: Fix checkstyle (#7908)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8267a30  Fix checkstyle (#7908)
8267a30 is described below

commit 8267a304f7bfdba6926adc2e2e1217c0c035663e
Author: Liang Zhang <te...@163.com>
AuthorDate: Sun Oct 25 00:30:04 2020 +0800

    Fix checkstyle (#7908)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 67fa336..354e877 100644
--- a/pom.xml
+++ b/pom.xml
@@ -817,7 +817,7 @@
                         <exclude>**/.git/**</exclude>
                         <!-- CI files -->
                         <exclude>**/.travis.yml</exclude>
- 			<exclude>**/.codecov.yml</exclude>
+                        <exclude>**/.codecov.yml</exclude>
                         <exclude>**/.mvn/jvm.config</exclude>
                         <exclude>**/.mvn/wrapper/maven-wrapper.properties</exclude>
                         <!-- GitHub files -->