Skip to content

Commit

Permalink
Revert "add temporary change to trigger workflows"
Browse files Browse the repository at this point in the history
This reverts commit 9ad00be.
  • Loading branch information
ChiTimesChi committed Oct 9, 2024
1 parent 9ad00be commit f75ee1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/solidity-devops/src/SynapseScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {SynapseBaseScript} from "./base/SynapseBaseScript.sol";
import {StringUtils} from "./libs/StringUtils.sol";
import {stdJson} from "forge-std/Script.sol";

// TODO: remove this temp comment
abstract contract SynapseScript is SynapseBaseScript {
/// @notice Should return "💬"
function getInfoEmoji() internal pure virtual override returns (string memory) {
Expand Down

0 comments on commit f75ee1e

Please sign in to comment.