Skip to content

Commit 0380c72

Browse files
authored
Change line breaks to shuffle top region tag (#1255)
Sometimes when a sample gets compiled, a region tag gets stripped. Shuffling around whitespace is the way to fix it.
1 parent 2a29b8d commit 0380c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/deckgl-points/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Copyright 2026 Google LLC. All Rights Reserved.
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
76
// [START maps_deckgl_points]
7+
88
import { Feature } from 'geojson';
99
import { GoogleMapsOverlay } from '@deck.gl/google-maps';
1010
import { GeoJsonLayer } from '@deck.gl/layers';

0 commit comments

Comments
 (0)