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:
@ -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{}
|
||||
|
Reference in New Issue
Block a user