Skip to content

Commit

Permalink
Merge pull request #6 from sambacha/patch-1
Browse files Browse the repository at this point in the history
Fix SPDX Identifier and Foundry top-level key
  • Loading branch information
PaulRBerg authored Jul 16, 2022
2 parents ce5d128 + 31486b4 commit 203ce65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Full reference https://github.com/foundry-rs/foundry/tree/master/config

[default]
[profile.default]
auto_detect_solc = false
fuzz_runs = 256
libs = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion src/Vm.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// @dev SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0 <0.9.0;

/// @dev An EVM interpreter written with testing and debugging in mind. This is usually either HEVM or REVM.
Expand Down

0 comments on commit 203ce65

Please sign in to comment.