mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: format all of cmd/ and add it to v test-cleancode (#9418)
This commit is contained in:
@@ -7,7 +7,7 @@ fn main() {
|
||||
mut cm := vcache.new_cache_manager([])
|
||||
cpath := cm.basepath
|
||||
if os.exists(cpath) && os.is_dir(cpath) {
|
||||
os.rmdir_all(cpath) or { }
|
||||
os.rmdir_all(cpath) or {}
|
||||
}
|
||||
println('V cache folder $cpath was wiped.')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user