Skip to content

Commit 20a81c9

Browse files
committed
correct linting issues on other files in same sample folder
1 parent 5e2f1e6 commit 20a81c9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

retail/interactive-tutorials/src/main/java/product/DeleteProduct.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
/*
1818
* Delete product from a catalog using Retail API
1919
*/
20-
// [START retail_delete_product]
20+
2121
package product;
2222

23+
// [START retail_delete_product]
2324
import static setup.SetupCleanup.createProduct;
2425

2526
import com.google.cloud.retail.v2.DeleteProductRequest;

retail/interactive-tutorials/src/main/java/product/GetProduct.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
*/
2020

2121
package product;
22+
2223
// [START retail_get_product]
2324
import static setup.SetupCleanup.createProduct;
2425
import static setup.SetupCleanup.deleteProduct;

0 commit comments

Comments
 (0)