Skip to content

Commit f1845d6

Browse files
committed
run prettier on all.
1 parent 7ce0e7b commit f1845d6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../CHANGELOG.md
1+
../CHANGELOG.md

docs/assets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../assets
1+
../assets

docs/examples

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../examples
1+
../examples

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../README.md
1+
../README.md

src/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,7 @@ function App() {
213213
);
214214

215215
return (
216-
<div
217-
className="lonboard"
218-
>
216+
<div className="lonboard">
219217
<div
220218
id={`map-${mapId}`}
221219
className="flex"
@@ -249,7 +247,9 @@ function App() {
249247
pickingRadius={pickingRadius}
250248
onClick={onMapClickHandler}
251249
onHover={onMapHoverHandler}
252-
useDevicePixels={isDefined(useDevicePixels) ? useDevicePixels : true}
250+
useDevicePixels={
251+
isDefined(useDevicePixels) ? useDevicePixels : true
252+
}
253253
// https://deck.gl/docs/api-reference/core/deck#_typedarraymanagerprops
254254
_typedArrayManagerProps={{
255255
overAlloc: 1,

0 commit comments

Comments
 (0)