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:
@ -1,12 +1,10 @@
|
||||
module testing
|
||||
|
||||
import (
|
||||
os
|
||||
term
|
||||
benchmark
|
||||
sync
|
||||
v.pref
|
||||
)
|
||||
import os
|
||||
import term
|
||||
import benchmark
|
||||
import sync
|
||||
import v.pref
|
||||
|
||||
pub struct TestMessageHandler {
|
||||
mut:
|
||||
|
Reference in New Issue
Block a user