Space after comma

This commit is contained in:
Stefan Maroń 2021-12-15 08:05:45 +01:00 committed by GitHub
parent 0de6d15d69
commit 9b7917e484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ When calling an object statically use the Object Name, not the Object Id.
## Bad code
```al
Page.RunModal(525,SalesShptLine);
Page.RunModal(525, SalesShptLine);
```
## Good code