Skip to content

Commit 8b6ed6f

Browse files
committed
Fix indentation problem
1 parent 48c9aa5 commit 8b6ed6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/map/core/MapView.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export const map = new maplibregl.Map({
2727
map.on('load', () => {
2828
const container = document.querySelector('.maplibregl-ctrl-bottom-right');
2929
if (container) {
30-
container.style.display = 'flex';
31-
container.style.flexDirection = 'row';
32-
container.style.alignItems = 'flex-end';
30+
container.style.display = 'flex';
31+
container.style.flexDirection = 'row';
32+
container.style.alignItems = 'flex-end';
3333
}
3434
});
3535

0 commit comments

Comments
 (0)