We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f14a3 commit d0ea9e4Copy full SHA for d0ea9e4
.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
docker:
15
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest: sha256:e62f3ea524b11c1cd6ff7f80362736d86c0056631346b5b106a421686fce2726
+ digest: sha256:944c07e458ce227ca49a423affedf088e31e2ee70908dd21682238d58f1beb60
tests/src/test/java/com/google/cloud/BomContentTest.java
@@ -114,7 +114,6 @@ static void checkBomReachable(Path bomPath) throws Exception {
114
} catch (IOException ex) {
115
errors.append(ex.getMessage() + "\n");
116
}
117
-
118
119
if (errors.length() != 0) {
120
throw new IOException(errors.toString());
0 commit comments