Skip to content

Commit 375bd63

Browse files
authored
Update README.md
1 parent 64ad76f commit 375bd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The solidity versions taken into consideration during formatting are:
159159
bytes1 public a;
160160
bytes1 public b;
161161
162-
uint public c = 1 ** 2 ** 3;
162+
uint public c = 1**2**3;
163163
164164
// "compiler": "0.7.6" (or lesser)
165165
// "explicitTypes": "never"

0 commit comments

Comments
 (0)