From 5630e0c06ee760fff5ac942c2596be666c6d6a50 Mon Sep 17 00:00:00 2001 From: Frank Natividad Date: Tue, 14 Dec 2021 12:48:14 -0800 Subject: [PATCH] fix: do not cause a failure when encountering no bindings (#1177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-storage/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Appropriate docs were updated (if necessary) Fixes #1175 ☕️