Skip to content

Commit 47804c5

Browse files
authored
1.0.0 alpha.53 (#284)
* bump version and fix snap * update package-lock.json
1 parent 5b043cd commit 47804c5

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.52",
3+
"version": "1.0.0-alpha.53",
44
"description": "prettier plugin for solidity",
55
"main": "src",
66
"scripts": {

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,12 +928,10 @@ struct TopLevelStruct {
928928
enum TopLevelEnum {Top, Level, Enum}
929929
pragma solidity ^0.6.0;
930930
931-
932931
contract A {
933932
function doStuff() public virtual {}
934933
}
935934
936-
937935
contract B is A {
938936
function doStuff() public override {}
939937
}

0 commit comments

Comments
 (0)