Skip to content

Commit

Permalink
undo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Dec 24, 2024
1 parent d1040bb commit 5560c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/Assets.sol
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ library Assets {
// It means that registration can be retried.
// But register a PNA here is not allowed
TokenInfo storage info = $.tokenRegistry[token];
if(info.foreignID != bytes32(0)) {
if (info.foreignID != bytes32(0)) {
revert TokenAlreadyRegistered();
}
info.isRegistered = true;
Expand Down

0 comments on commit 5560c58

Please sign in to comment.