File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cardano-db/src/Cardano/Db Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
shell : bash
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Run fourmolu
19
- uses : haskell-actions/run-fourmolu@v9
19
+ uses : haskell-actions/run-fourmolu@v11
20
20
with :
21
- version : " 0.10.1 .0"
21
+ version : " 0.17.0 .0"
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ instance ToJSON Ada where
83
83
-- `Number` results in it becoming `7.3112484749601107e10` while the old explorer is returning `73112484749.601107`
84
84
toEncoding (Ada ada) =
85
85
unsafeToEncoding $
86
- Builder. string8 $ -- convert ByteString to Aeson's -- convert ByteString to Aeson's -- convert ByteString to Aeson's -- convert ByteString to Aeson's
86
+ Builder. string8 $ -- convert ByteString to Aeson's
87
87
showFixed True ada -- convert String to ByteString using Latin1 encoding
88
88
-- convert Micro to String chopping off trailing zeros
89
89
You can’t perform that action at this time.
0 commit comments