Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 9, 2024
1 parent 8d30c30 commit a7a9aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/MapViewComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function MapLibreView(props: {
);
}

const protocol = new pmtiles.Protocol({metadata:true});
const protocol = new pmtiles.Protocol({ metadata: true });
protocolRef.current = protocol;
maplibregl.addProtocol("pmtiles", protocol.tile);

Expand Down

0 comments on commit a7a9aed

Please sign in to comment.