Repository: storm
Updated Branches:
  refs/heads/master 0ae5068a2 -> ee1be2b73


Fix pom dependency indent

The indent in this dependency is incorrect.

Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/37f9c548
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/37f9c548
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/37f9c548

Branch: refs/heads/master
Commit: 37f9c548f75fe4e43fc496e8b59472edaa123cda
Parents: 0ae5068
Author: jacobtolar <[email protected]>
Authored: Fri Nov 10 12:46:37 2017 -0600
Committer: GitHub <[email protected]>
Committed: Fri Nov 10 12:46:37 2017 -0600

----------------------------------------------------------------------
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/37f9c548/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f53f828..aa4cf8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -891,12 +891,12 @@
                 <artifactId>guava</artifactId>
                 <version>${guava.version}</version>
             </dependency>
-                <dependency>
-                    <groupId>com.google.auto.service</groupId>
-                    <artifactId>auto-service</artifactId>
-                    <version>${auto-service.version}</version>
-                    <optional>true</optional>
-                </dependency>
+            <dependency>
+                <groupId>com.google.auto.service</groupId>
+                <artifactId>auto-service</artifactId>
+                <version>${auto-service.version}</version>
+                <optional>true</optional>
+            </dependency>
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-api</artifactId>

Reply via email to