Skip to content

Commit e8e1032

Browse files
authored
1.0.0-alpha.26 (#168)
* bump version * fixing snapshot
1 parent 0955168 commit e8e1032

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-solidity",
3-
"version": "1.0.0-alpha.25",
3+
"version": "1.0.0-alpha.26",
44
"description": "prettier plugin for solidity",
55
"main": "src",
66
"scripts": {

tests/FunctionCalls/__snapshots__/jsfmt.spec.js.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ contract FunctionCalls {
2323
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2424
contract FunctionCalls {
2525
function foo() {
26-
address veryLongValidatorAddress = veryVeryVeryLongSignature.popLast20Bytes();
26+
address veryLongValidatorAddress = veryVeryVeryLongSignature
27+
.popLast20Bytes();
2728
}
2829
2930
function foo() {

0 commit comments

Comments
 (0)