Skip to content

Commit

Permalink
commas
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Dec 19, 2024
1 parent 076c69c commit 50db01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Strategy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ contract DeployStrategy is Script {

Strategy strategy = new Strategy(
name,
"symbol"
"symbol",
params
);

Expand Down

0 comments on commit 50db01a

Please sign in to comment.