Skip to content

Commit

Permalink
refactor: spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-kreate committed Jun 5, 2023
1 parent 070abd3 commit bd3a037
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 146 deletions.
6 changes: 3 additions & 3 deletions src/eval-hashes.js
Expand Up @@ -57,7 +57,7 @@ import {
} from "./eval-primitives.js";

/**
* @param {Type} self
* @param {Type} self
* @returns {InstanceMembers}
*/
function genHashInstanceMembers(self) {
Expand All @@ -68,7 +68,7 @@ function genHashInstanceMembers(self) {
}

/**
* @param {Type} self
* @param {Type} self
* @returns {TypeMembers}
*/
function genHashTypeMembers(self) {
Expand Down Expand Up @@ -238,4 +238,4 @@ export var ValidatorHashType = new GenericType({
...genHashTypeMembers(self),
from_script_hash: new FuncType([ScriptHashType], self)
})
});
});

0 comments on commit bd3a037

Please sign in to comment.