Skip to content

Commit

Permalink
fix to forge fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
NanezX committed Nov 2, 2023
1 parent 477c104 commit be31ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/subgraph/AuthoringMetaGetter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "lib/rain.interpreter/src/lib/op/LibAllStandardOpsNP.sol";
/// @title AuthoringMetaGetter
/// A contract to obtain the current AuthoringMeta of the interpreter
contract AuthoringMetaGetter {
function getAuthoringMeta() pure external returns (bytes memory) {
function getAuthoringMeta() external pure returns (bytes memory) {
return LibAllStandardOpsNP.authoringMeta();
}
}

0 comments on commit be31ad9

Please sign in to comment.