Skip to content

Commit 8fe4ed0

Browse files
author
gege251
committed
Fix formatting
1 parent dc328d8 commit 8fe4ed0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/BotPlutusInterface/Files.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ readPrivateKeys pabConf = do
184184
( \filename ->
185185
let fullPath = Text.unpack pabConf.pcSigningKeyFileDir </> filename
186186
in case takeExtension filename of
187-
".vkey" -> Just <$> readVerificationKey @w fullPath
188-
".skey" -> Just <$> readSigningKey @w fullPath
189-
_ -> pure Nothing
187+
".vkey" -> Just <$> readVerificationKey @w fullPath
188+
".skey" -> Just <$> readSigningKey @w fullPath
189+
_ -> pure Nothing
190190
)
191191
files
192192

0 commit comments

Comments
 (0)