Skip to content

Commit 9f1189c

Browse files
authored
Update index.ts (#532)
Adds test comment to kick off workflows.
1 parent 1aaf6f2 commit 9f1189c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/map-simple/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2025 Google LLC. All Rights Reserved.
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
6+
// TEST COMMENT 001
77
// [START maps_map_simple]
88
let map: google.maps.Map;
99
async function initMap(): Promise<void> {
@@ -15,4 +15,4 @@ async function initMap(): Promise<void> {
1515
}
1616

1717
initMap();
18-
// [END maps_map_simple]
18+
// [END maps_map_simple]

0 commit comments

Comments
 (0)