Skip to content

Commit

Permalink
Code style consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bilde2910 committed May 24, 2024
1 parent 02ccb4f commit 0bbea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ function processUpdate(data, init) {
}

function setAccuracyCircleColor(circle, color) {
if( circle ) {
if (circle) {
circle.setStyle({
fillColor: color,
color: color
Expand Down

0 comments on commit 0bbea4f

Please sign in to comment.