Skip to content

Commit

Permalink
Fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Feb 13, 2022
1 parent 0553791 commit de6a4eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion deployments/avalanche/LaunchEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -1321,4 +1321,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,11 @@
"storageLayout",
"evm.gasEstimates"
],
"": [
"ast"
]
"": ["ast"]
}
},
"metadata": {
"useLiteralContent": true
}
}
}
}
2 changes: 1 addition & 1 deletion deployments/rinkeby/LaunchEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -1321,4 +1321,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,11 @@
"storageLayout",
"evm.gasEstimates"
],
"": [
"ast"
]
"": ["ast"]
}
},
"metadata": {
"useLiteralContent": true
}
}
}
}

0 comments on commit de6a4eb

Please sign in to comment.