Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Dec 30, 2024
1 parent 41c662a commit 74ec727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CropProduct.sol
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ contract CropProduct {
function getSeason(Str seasonId) public view returns (Season memory season) {}
function getLocation(Str locationId) public view returns (Location location) {}
function getRisk(RiskId riskId) public view returns (bool exists, CropRisk memory cropRisk) {}
function getTokenHandler() public virtual view returns (address tokenHandler) {}
function getTokenHandler() public view virtual returns (address tokenHandler) {}

/// @dev converts the provided string into a short string.
/// code from OZ ShortStrings.toShortString
Expand Down

0 comments on commit 74ec727

Please sign in to comment.