Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Jan 23, 2025
1 parent 6ca1a2e commit b5c422f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Anoma/Builtin/ByteArray.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ ByteArray-Ord : Ord ByteArray :=
instance
ByteArray-Eq : Eq ByteArray := fromOrdToEq;

zero (length : Nat) : ByteArray :=
mkByteArray (replicate length 0x0);
zero (length : Nat) : ByteArray := mkByteArray (replicate length 0x0);
3 changes: 1 addition & 2 deletions Applib/Authorization/Message.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ mkResourceRelationshipAppDataEntry
mustBeConsumed;
mustBeCreated;
};
signature : Signature :=
sign message signer;
signature : Signature := sign message signer;
in case origin of
| Created commitment :=
toAppDataEntry@{
Expand Down

0 comments on commit b5c422f

Please sign in to comment.