Skip to content

Commit 6808161

Browse files
committedMar 25, 2022
Fix format
1 parent f7f0557 commit 6808161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/Spec/BotPlutusInterface/Config.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tests =
4848
, testCase
4949
"PABConfig example serialize/deserialize (without pcProtocolParams)"
5050
( serializeDeserialize pabConfigExample
51-
@?= Right pabConfigExample{pcProtocolParams = def}
51+
@?= Right pabConfigExample {pcProtocolParams = def}
5252
)
5353
, testCase
5454
"PABConfig example serialize/deserialize (without pcProtocolParams)"
@@ -178,7 +178,7 @@ pabConfigExample =
178178
, pcProtocolParamsFile = "./protocol.json3"
179179
, pcLogLevel = Debug
180180
, pcOwnPubKeyHash = "0f45aaf1b2959db6e5ff94dbb1f823bf257680c3c723ac2d49f97546"
181-
, pcForceBudget = Just (1000,1000)
181+
, pcForceBudget = Just (1000, 1000)
182182
, pcPort = 1021
183183
, pcEnableTxEndpoint = True
184184
}

0 commit comments

Comments
 (0)
Please sign in to comment.