Skip to content

Commit a976c08

Browse files
committed
README fix
1 parent 42efebc commit a976c08

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
@@ -71,7 +71,7 @@ To run a formatter you need to perform installation first. Once done, given a `t
7171
```
7272
class X:
7373
var x=[1,2,{'a':1}]
74-
var y=[1,2,3,] # trailing comma
74+
var y=[1,2,3,] # trailing comma
7575
func foo(a:int,b,c=[1,2,3]):
7676
if a in c and \
7777
b > 100:

0 commit comments

Comments
 (0)