Skip to content

Commit d6b340c

Browse files
author
Paul Philion
committed
fixing a file that prettier should not have changed
1 parent 108bfd1 commit d6b340c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/leaflet-component/site-marker.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ export function siteMarker(
5858
signal strength: ${round2(summary?.dbm * MULTIPLIERS.dbm)} ${UNITS.dbm}<br/>
5959
ping: ${round2(summary?.ping * MULTIPLIERS.ping)} ${UNITS.ping}<br/>
6060
upload speed: ${round2(summary?.upload_speed * MULTIPLIERS.upload_speed)} ${
61-
UNITS.upload_speed
62-
}<br/>
61+
UNITS.upload_speed
62+
}<br/>
6363
download speed: ${round2(
6464
summary?.download_speed * MULTIPLIERS.download_speed,
6565
)} ${UNITS.download_speed}`,

0 commit comments

Comments
 (0)