Skip to content

Commit 33290c5

Browse files
committed
passing linter
1 parent 9797c0f commit 33290c5

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ The Solidity versions taken into consideration during formatting are:
158158
```
159159

160160
- `v0.8.0`: Introduced these [changes](https://docs.soliditylang.org/en/v0.8.0/080-breaking-changes.html)
161-
162161
- The type `byte` has been removed. It was an alias of `bytes1`.
163162
- Exponentiation is right associative, i.e., the expression `a**b**c` is parsed as `a**(b**c)`. Before 0.8.0, it was parsed as `(a**b)**c`.
164163

STYLEGUIDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ function() external {
146146
## Control Structures
147147

148148
- [x] The braces denoting the body of a contract, library, functions and structs should:
149-
150149
- open on the same line as the declaration
151150
- close on their own line at the same indentation level as the beginning of the declaration.
152151
- The opening brace should be proceeded by a single space.

package-lock.json

Lines changed: 4 additions & 4 deletions
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
@@ -102,7 +102,7 @@
102102
"jest-snapshot-serializer-raw": "^2.0.0",
103103
"jest-watch-typeahead": "^3.0.1",
104104
"lines-and-columns": "^2.0.4",
105-
"prettier": "^3.5.3",
105+
"prettier": "^3.6.0",
106106
"solc": "^0.8.30",
107107
"ts-loader": "^9.5.2",
108108
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)