mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: fix too many \n if file has only imports (#8012)
This commit is contained in:
@ -744,7 +744,7 @@ Cyclic module imports are not allowed, like in Go.
|
||||
|
||||
You can also import specific functions and types from modules directly:
|
||||
|
||||
```v nofmt
|
||||
```v
|
||||
import os { input }
|
||||
import crypto.sha256 { sum }
|
||||
import time { Time }
|
||||
|
Reference in New Issue
Block a user