Skip to content

Commit 1820115

Browse files
Apply suggestions from robot code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1a1a859 commit 1820115

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

retail/interactive-tutorials/product/set-inventory.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414
// [START retail_set_inventory]
15-
//
15+
1616
'use strict';
1717

1818
async function main(generatedProductId) {
@@ -100,5 +100,4 @@ process.on('unhandledRejection', err => {
100100
});
101101

102102
main(...process.argv.slice(2));
103-
//
104103
// [END retail_set_inventory]

0 commit comments

Comments
 (0)