Skip to content

Commit e8f1b29

Browse files
committed
feat(secretmanager):fixed indentation
1 parent ae3c13c commit e8f1b29

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

secretmanager/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@
5555
<groupId>com.google.cloud</groupId>
5656
<artifactId>google-cloud-secretmanager</artifactId>
5757
<version>2.66.0</version>
58-
</dependency>
59-
<dependency>
60-
<groupId>com.google.api.grpc</groupId>
61-
<artifactId>proto-google-cloud-secretmanager-v1</artifactId>
62-
<version>2.66.0</version>
63-
</dependency>
64-
<dependency>
65-
<groupId>com.google.cloud</groupId>
66-
<artifactId>google-cloud-resourcemanager</artifactId>
67-
</dependency>
68-
<dependency>
58+
</dependency>
59+
<dependency>
60+
<groupId>com.google.api.grpc</groupId>
61+
<artifactId>proto-google-cloud-secretmanager-v1</artifactId>
62+
<version>2.66.0</version>
63+
</dependency>
64+
<dependency>
65+
<groupId>com.google.cloud</groupId>
66+
<artifactId>google-cloud-resourcemanager</artifactId>
67+
</dependency>
68+
<dependency>
6969
<groupId>com.google.protobuf</groupId>
7070
<artifactId>protobuf-java-util</artifactId>
7171
</dependency>

0 commit comments

Comments
 (0)