We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0955168 commit e8e1032Copy full SHA for e8e1032
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "prettier-plugin-solidity",
3
- "version": "1.0.0-alpha.25",
+ "version": "1.0.0-alpha.26",
4
"description": "prettier plugin for solidity",
5
"main": "src",
6
"scripts": {
tests/FunctionCalls/__snapshots__/jsfmt.spec.js.snap
@@ -23,7 +23,8 @@ contract FunctionCalls {
23
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24
contract FunctionCalls {
25
function foo() {
26
- address veryLongValidatorAddress = veryVeryVeryLongSignature.popLast20Bytes();
+ address veryLongValidatorAddress = veryVeryVeryLongSignature
27
+ .popLast20Bytes();
28
}
29
30
0 commit comments