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 authored and cryptofish7 committed Feb 3, 2022
1 parent 1af3842 commit ef2ef30
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 32 deletions.
6 changes: 2 additions & 4 deletions deployments/rinkeby/DefaultProxyAdmin.json

Large diffs are not rendered by default.

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 @@
}
}
}
}
}
6 changes: 2 additions & 4 deletions deployments/rinkeby/LaunchEventLens.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deployments/rinkeby/RocketJoeFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,4 +869,4 @@
"storage": [],
"types": null
}
}
}
2 changes: 1 addition & 1 deletion deployments/rinkeby/RocketJoeFactory_Implementation.json
Original file line number Diff line number Diff line change
Expand Up @@ -982,4 +982,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion deployments/rinkeby/RocketJoeFactory_Proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@
"storage": [],
"types": null
}
}
}
2 changes: 1 addition & 1 deletion deployments/rinkeby/RocketJoeStaking.json
Original file line number Diff line number Diff line change
Expand Up @@ -574,4 +574,4 @@
"storage": [],
"types": null
}
}
}
2 changes: 1 addition & 1 deletion deployments/rinkeby/RocketJoeStaking_Implementation.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,4 +642,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion deployments/rinkeby/RocketJoeStaking_Proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@
"storage": [],
"types": null
}
}
}
2 changes: 1 addition & 1 deletion deployments/rinkeby/RocketJoeToken.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,4 +587,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@
"storageLayout",
"evm.gasEstimates"
],
"": [
"ast"
]
"": ["ast"]
}
},
"metadata": {
"useLiteralContent": true
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,11 @@
"storageLayout",
"evm.gasEstimates"
],
"": [
"ast"
]
"": ["ast"]
}
},
"metadata": {
"useLiteralContent": true
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,11 @@
"storageLayout",
"evm.gasEstimates"
],
"": [
"ast"
]
"": ["ast"]
}
},
"metadata": {
"useLiteralContent": true
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,11 @@
"storageLayout",
"evm.gasEstimates"
],
"": [
"ast"
]
"": ["ast"]
}
},
"metadata": {
"useLiteralContent": true
}
}
}
}

0 comments on commit ef2ef30

Please sign in to comment.