Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Nov 12, 2024
1 parent 27de057 commit 5f2d1ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion HelloWorld/Interface/Transaction.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ helloWorldIntent
};
};


prepareTransaction
(standardInputs : StandardInputs)
(consumed created : Set Resource)
Expand Down
2 changes: 0 additions & 2 deletions HelloWorld/Resource.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Applib.Authorization.Check open public;
import Applib.Authorization.Check open public;
import Applib.Authorization.Message open public;


logic (publicInputs : Logic.Instance) (privateInputs : Logic.Witness) : Bool :=
let
tag := Logic.Instance.tag publicInputs;
Expand Down Expand Up @@ -57,4 +56,3 @@ mkWorldResource (owner : ExternalIdentity) (nonce : Nonce) : Resource :=
owner;
nonce;
};

0 comments on commit 5f2d1ff

Please sign in to comment.