mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: use single line imports, to make analysis easier
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
import (
|
||||
os
|
||||
)
|
||||
import os
|
||||
|
||||
fn test_syscallwrappers() {
|
||||
if true { return }
|
||||
|
Reference in New Issue
Block a user