We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42efebc commit a976c08Copy full SHA for a976c08
README.md
@@ -71,7 +71,7 @@ To run a formatter you need to perform installation first. Once done, given a `t
71
```
72
class X:
73
var x=[1,2,{'a':1}]
74
- var y=[1,2,3,] # trailing comma
+ var y=[1,2,3,] # trailing comma
75
func foo(a:int,b,c=[1,2,3]):
76
if a in c and \
77
b > 100:
0 commit comments