1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

os: vfmt most of os, add it to v test-cleancode

This commit is contained in:
Delyan Angelov
2020-12-16 11:02:36 +02:00
parent 525b521b4a
commit 88a8507dd8
14 changed files with 208 additions and 276 deletions

View File

@ -202,7 +202,6 @@ pub fn fileno(cfile voidptr) int {
}
}
// open_append opens `path` file for appending.
pub fn open_append(path string) ?File {
mut file := File{}