Skip to content

Commit 9abcbda

Browse files
authored
fix: adds newline before start region tag (#693)
region tag is being stripped from output. This is a "hail Mary" to see if adding a space prevents that.
1 parent 111c817 commit 9abcbda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/deckgl-heatmap/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2025 Google LLC. All Rights Reserved.
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
/* [START maps_deckgl_heatmap] */
78
// Declare global namespace for Deck.gl to satisfy TypeScript compiler
89
declare namespace deck {
@@ -195,4 +196,4 @@ async function initMap(): Promise<void> {
195196
}
196197

197198
initMap();
198-
/* [END maps_deckgl_heatmap] */
199+
/* [END maps_deckgl_heatmap] */

0 commit comments

Comments
 (0)