tutorials: blog fixes (#5652)

This commit is contained in:
Louis Schmieder 2020-07-04 11:38:47 +02:00 committed by GitHub
parent 765ffa37eb
commit 56ad6cef54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -8,6 +8,6 @@ struct Article {
pub fn (app &App) find_all_articles() []Article {
return sql app.db {
select from Article
select from Article
}
}