spaces after commas

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

View file

@ -30,7 +30,7 @@ if FindSet() then
```AL
if IsAssemblyOutputLine then begin
TestField("Order Line No.",0);
TestField("Order Line No.", 0);
end;
```
@ -38,7 +38,7 @@ end;
```AL
if IsAssemblyOutputLine then
TestField("Order Line No.",0);
TestField("Order Line No.", 0);
```
## Exception