Skip to content

Commit

Permalink
minor changes to fix whitespace formatting on valid_radios.sql (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
riobah authored Feb 21, 2024
1 parent bfcfe91 commit 691020c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobile_verifier/src/heartbeats/valid_radios.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ heartbeats AS (
ELSE
0.0
END AS heartbeat_multiplier,
ARRAY_AGG(distance_to_asserted ORDER BY truncated_timestamp) as distances_to_asserted,
ARRAY_AGG(distance_to_asserted ORDER BY truncated_timestamp) as distances_to_asserted,
ARRAY_AGG(location_trust_score_multiplier ORDER BY truncated_timestamp) as trust_score_multipliers
FROM
wifi_heartbeats
FROM
wifi_heartbeats
WHERE
truncated_timestamp >= $1
AND truncated_timestamp < $2
Expand Down

0 comments on commit 691020c

Please sign in to comment.