Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianBalaj committed Feb 19, 2025
1 parent c2dc3a4 commit b171a60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let upstream =
-- https://github.com/mlabs-haskell/purescript-cardano-package-set
https://raw.githubusercontent.com/mlabs-haskell/purescript-cardano-package-set/v1.1.0/packages.dhall sha256:6197d808325030415858c597b61c83320344bf899107b83f7dfe366de4650aa6

let additions =
let additions =
{ cardano-types =
{ dependencies =
[ "aeson"
Expand Down
2 changes: 1 addition & 1 deletion src/Internal/QueryM/Ogmios/Helpers.purs
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ ogmiosDateTimeFormatStringMsec :: String
ogmiosDateTimeFormatStringMsec = ogmiosDateTimeFormatStringSec <> ".SSS"

ogmiosDateTimeFormatStringMsecUTC :: String
ogmiosDateTimeFormatStringMsecUTC = ogmiosDateTimeFormatStringMsec <> "Z"
ogmiosDateTimeFormatStringMsecUTC = ogmiosDateTimeFormatStringMsec <> "Z"
2 changes: 1 addition & 1 deletion test/Ogmios/Aeson.purs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Prelude

import Aeson
( Aeson
, JsonDecodeError(..)
, JsonDecodeError(TypeMismatch)
, caseAesonObject
, encodeAeson
, printJsonDecodeError
Expand Down

0 comments on commit b171a60

Please sign in to comment.