Skip to content

Commit

Permalink
Comments and formatting, just befor new branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSheard authored and angerman committed Jun 6, 2020
1 parent fc5ea18 commit 821e426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-crypto-class/src/Cardano/Crypto/KES/Work.hs
Expand Up @@ -11,11 +11,11 @@
{-# LANGUAGE ScopedTypeVariables #-}


module Work(go,foo) where
module Work(go) where

import System.IO.Unsafe(unsafePerformIO)
import qualified Data.ByteString as BS
import Data.ByteArray(ScrubbedBytes,convert)
import Data.ByteArray(ScrubbedBytes,convert,allocRet)


import GHC.TypeNats (Nat, KnownNat, natVal)
Expand Down

0 comments on commit 821e426

Please sign in to comment.