Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rautenrieth-da committed Aug 18, 2021
1 parent ae74972 commit 0cdeb92
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ private[backend] object StorageBackendTestValues {

/** Produces offsets that are ordered the same as the input value */
def offset(x: Long): Offset = Offset.fromHexString(Ref.HexString.assertFromString(f"$x%08X"))
def ledgerEnd(o: Long, e: Long): ParameterStorageBackend.LedgerEnd = ParameterStorageBackend.LedgerEnd(offset(o), e)
def ledgerEnd(o: Long, e: Long): ParameterStorageBackend.LedgerEnd =
ParameterStorageBackend.LedgerEnd(offset(o), e)
def transactionIdFromOffset(x: Offset): Ref.LedgerString =
Ref.LedgerString.assertFromString(x.toHexString)

Expand Down

0 comments on commit 0cdeb92

Please sign in to comment.