Skip to content

Commit c8f0693

Browse files
authored
Update foundry.toml
1 parent ed873f9 commit c8f0693

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

foundry.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ optimizer_runs = 44444444
1111
via_ir = true
1212

1313
fs_permissions = [
14-
{ access = "read-write", path = "./deployments"},
15-
{ access = "read", path = "./out"},
14+
{ access = "read-write", path = "./deployments" },
15+
{ access = "read", path = "./out" },
1616
{ access = "read", path = "./script" },
17-
{ access = "read", path = "./test"}
17+
{ access = "read", path = "./test" }
1818
]
1919

2020
gas_reports = ["CreateXFactory"]

0 commit comments

Comments
 (0)