Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakocsis committed Sep 26, 2024
1 parent c08ccd9 commit 40904b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Descriptor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ library Descriptor {
) private pure returns (string memory) {
return string(
abi.encodePacked(
' Address: ',
" Address: ",
quoteCurrency,
"\\n",
baseCurrencySymbol,
Expand Down

0 comments on commit 40904b0

Please sign in to comment.