added suggestions by TheDoubleH
This commit is contained in:
parent
6915945e92
commit
b20535245b
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ Do not use blank lines:
|
||||||
- at the beginning or end of any functions (after `begin` and before `end`)
|
- at the beginning or end of any functions (after `begin` and before `end`)
|
||||||
- inside multiline expressions
|
- inside multiline expressions
|
||||||
|
|
||||||
## #1 Example
|
## Example 1
|
||||||
|
|
||||||
### Bad code
|
### Bad code
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ begin
|
||||||
end;
|
end;
|
||||||
```
|
```
|
||||||
|
|
||||||
## #2 Example
|
## Example 2
|
||||||
|
|
||||||
### Bad code
|
### Bad code
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue