style: apply air and prettier formatting repo-wide
This commit is contained in:
parent
cf851c1c30
commit
251bba8f23
1 changed files with 555 additions and 259 deletions
|
|
@ -7,4 +7,4 @@ query_metadata_table() |>
|
|||
group_by(platform, arch) |>
|
||||
arrange(desc(timestamp)) |>
|
||||
select(name, timestamp) |>
|
||||
filter(row_number()==1)
|
||||
filter(row_number() == 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue