mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v test-fmt: reformat some skipped files, comment on the remaining ones
This commit is contained in:
@ -26,7 +26,6 @@ pub fn (app &App) index_html() vweb.Result {
|
||||
return $vweb.html()
|
||||
}
|
||||
*/
|
||||
|
||||
pub fn (app &App) index() vweb.Result {
|
||||
articles := app.find_all_articles()
|
||||
return $vweb.html()
|
||||
@ -53,7 +52,7 @@ pub fn (mut app App) new_article() vweb.Result {
|
||||
app.vweb.text('Empty text/title')
|
||||
return vweb.Result{}
|
||||
}
|
||||
article := Article {
|
||||
article := Article{
|
||||
title: title
|
||||
text: text
|
||||
}
|
||||
|
Reference in New Issue
Block a user