ci: fix formatting in .md files too

pull/8334/head
Delyan Angelov 2021-01-25 13:20:18 +02:00
parent 728344ff65
commit 965ae9cb91
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
2 changed files with 3 additions and 3 deletions

View File

@ -1679,8 +1679,8 @@ const (
world = '世界'
)
println(pi)
println(world)
println(main.pi)
println(main.world)
```
Constants are declared with `const`. They can only be defined

View File

@ -67,7 +67,7 @@ const (
fn main() {
// get a mutable reference to the subscriber
mut sub := eb.subscriber
mut sub := main.eb.subscriber
// subscribe to the 'error' event
sub.subscribe('error', on_error)
// start the work