Skip to content

Commit

Permalink
fix: remove unecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed May 27, 2024
1 parent 5b3ce9e commit aef5a63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/naming/internal.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ impl InternalImpl of InternalTrait {
if resolver_res == 0 {
let hashed_domain = self.hash_domain(domain);
return (0, hashed_domain);

}
return (0, resolver_res);
} else {
Expand Down

0 comments on commit aef5a63

Please sign in to comment.