mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Coding Guidelines inconsistencies (#8481)
This commit is contained in:
parent
cb07e2ceba
commit
6b05da7632
@ -719,7 +719,7 @@ _a pushBack _value;
|
|||||||
Also good:
|
Also good:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
_a append [1,2,3];
|
_a append [1, 2, 3];
|
||||||
```
|
```
|
||||||
|
|
||||||
Bad:
|
Bad:
|
||||||
|
Loading…
Reference in New Issue
Block a user