Skip to content

Commit

Permalink
chore: nof new line
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsadface committed Oct 11, 2024
1 parent fc7f660 commit 7f57a50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script/upgrade/UpdateDefaultStoryNFTTemplate.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ contract UpdateDefaultStoryNFTTemplate is UpgradeHelper {
_writeAddress("OrgNFT", orgNftAddr);
_writeAddress("StoryNFTFactory", storyNftFactoryAddr);
}
}
}
2 changes: 1 addition & 1 deletion script/upgrade/UpgradeOrgNFT.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ contract UpgradeOrgNFT is UpgradeHelper {
_postdeploy("OrgNFT", orgNftAddr);
_writeAddress("StoryNFTFactory", storyNftFactoryAddr);
}
}
}
2 changes: 1 addition & 1 deletion script/upgrade/UpgradeStoryNFTFactory.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ contract UpgradeStoryNFTFactory is UpgradeHelper {
console2.log("New StoryNFTFactory implementation: ", address(newStoryNftFactory));
_postdeploy("StoryNFTFactory", storyNftFactoryAddr);
}
}
}

0 comments on commit 7f57a50

Please sign in to comment.