mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
v test-fmt: reformat some skipped files, comment on the remaining ones
This commit is contained in:
parent
e36f11750b
commit
3795aaab5c
19 changed files with 262 additions and 347 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue