mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cmd/tools: use same line imports too
This commit is contained in:
@@ -2,10 +2,8 @@
|
||||
// Use of this source code is governed by an MIT license
|
||||
// that can be found in the LICENSE file.
|
||||
|
||||
import (
|
||||
os
|
||||
time
|
||||
)
|
||||
import os
|
||||
import time
|
||||
|
||||
fn main() {
|
||||
exe := os.executable()
|
||||
|
||||
Reference in New Issue
Block a user