mirror of
https://github.com/FlipsideCrypto/core-models.git
synced 2026-02-06 13:36:44 +00:00
fix spacing
This commit is contained in:
parent
cff0e34c57
commit
dad22c6867
@ -32,7 +32,7 @@ SELECT
|
||||
amount,
|
||||
ROUND(
|
||||
CASE
|
||||
WHEN amount_usd < 1e + 15 THEN amount_usd
|
||||
WHEN amount_usd < 1e+15 THEN amount_usd
|
||||
ELSE NULL
|
||||
END,
|
||||
2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user