remove another one extra break line

This commit is contained in:
Lavrentiy Rubtsov 2022-05-07 14:42:05 +06:00 committed by GitHub
parent d84ebc2258
commit 060d8fe8fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -374,7 +374,6 @@ Luckily, this behavior only reveals itself if an overridden field is used in the
If it becomes a problem, one can fix it by using methods or getters/setters instead of fields.
## Super: internals, [[HomeObject]]
```warn header="Advanced information"