Skip to content

Commit

Permalink
remove a white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Oct 9, 2023
1 parent 4b5d6cf commit c5a7154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-validator/src/validation/bytes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const isBytes = (
}
valueToCheck = new Uint8Array(value);
} else {
valueToCheck = value ;
valueToCheck = value;
}

if (options?.abiType) {
Expand Down

0 comments on commit c5a7154

Please sign in to comment.