Minor indenting change in presentation.

This commit is contained in:
Oliver 2018-11-26 12:15:57 +01:00
parent 7bef21fe58
commit f13631ce74
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const textView1 = `[green]func[white] [yellow]main[white]() {
time.[yellow]Sleep[white]([red]200[white] * time.Millisecond)
}
}()
app.[yellow]SetRoot[white](textView, true).
app.[yellow]SetRoot[white](textView, true).
[yellow]Run[white]()
}`