Skip to content

Commit

Permalink
fixing a file that prettier should not have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Philion committed Jan 18, 2024
1 parent 108bfd1 commit d6b340c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/leaflet-component/site-marker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export function siteMarker(
signal strength: ${round2(summary?.dbm * MULTIPLIERS.dbm)} ${UNITS.dbm}<br/>
ping: ${round2(summary?.ping * MULTIPLIERS.ping)} ${UNITS.ping}<br/>
upload speed: ${round2(summary?.upload_speed * MULTIPLIERS.upload_speed)} ${
UNITS.upload_speed
}<br/>
UNITS.upload_speed
}<br/>
download speed: ${round2(
summary?.download_speed * MULTIPLIERS.download_speed,
)} ${UNITS.download_speed}`,
Expand Down

0 comments on commit d6b340c

Please sign in to comment.