Skip to content

Commit 2813fee

Browse files
author
Micah Kornfield
committed
remove trailing backslash
1 parent e8ce59a commit 2813fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-cloud-examples/src/main/java/com/google/cloud/examples/securitycenter/snippets

google-cloud-examples/src/main/java/com/google/cloud/examples/securitycenter/snippets/AssetSnippets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ static ImmutableList<ListAssetsResult> listAssetAndStatusChanges(
180180
throw new RuntimeException("Couldn't create client.", e);
181181
}
182182
}
183-
// [END list_asset_changes_status_changes]\
183+
// [END list_asset_changes_status_changes]
184184

185185
/**
186186
* Groups all assets by their specified properties (e.g. type) for an organization.

0 commit comments

Comments
 (0)