Skip to content

Commit 712cc5f

Browse files
authored
Fix whitespace in trace dependency tag. (GoogleCloudPlatform#1296)
1 parent a1d9d32 commit 712cc5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trace/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</properties>
4040

4141
<dependencies>
42-
<!-- [START trace_setup_java_maven ] -->
42+
<!-- [START trace_setup_java_maven] -->
4343
<dependency>
4444
<groupId>io.opencensus</groupId>
4545
<artifactId>opencensus-api</artifactId>
@@ -56,7 +56,7 @@
5656
<version>0.12.2</version>
5757
<scope>runtime</scope>
5858
</dependency>
59-
<!-- [END trace_setup_java_maven ] -->
59+
<!-- [END trace_setup_java_maven] -->
6060

6161
<!-- Test dependencies -->
6262
<dependency>

0 commit comments

Comments
 (0)