Skip to content

Commit

Permalink
fix: add space to fix embedding exclusion in docs (#615)
Browse files Browse the repository at this point in the history
When the bom instructions feature at https://cloud.google.com/logging/docs/reference/libraries?hl=en
there is a weird part there:
```xml
<!-- ...
</dependencies>
```

Comparing to other libraries in java, it looks like we need to add a line break.
  • Loading branch information
Simon Zeltser committed Sep 26, 2021
1 parent de71140 commit 9d70b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/snippets/pom.xml
Expand Up @@ -41,6 +41,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
</dependency>

<!-- [START_EXCLUDE] -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 9d70b96

Please sign in to comment.