From 1a2bb12c8b12dfb2960c5fa0b97b37c90b1fe131 Mon Sep 17 00:00:00 2001 From: William French Date: Thu, 26 Feb 2026 10:41:18 -0800 Subject: [PATCH] Test: Change comment formatting in initMap function A small change to test workflow updates. --- samples/event-poi/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/event-poi/index.ts b/samples/event-poi/index.ts index f7b1d50b..5a0993e0 100644 --- a/samples/event-poi/index.ts +++ b/samples/event-poi/index.ts @@ -8,7 +8,7 @@ let innerMap; async function initMap() { - // Request the needed libraries. + // Request the needed libraries await google.maps.importLibrary('maps'); // Retrieve the map element.