1
0
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:
Lukas Neubert
2021-01-10 20:19:31 +01:00
committed by GitHub
parent a97ed55a09
commit a8378273a5
2 changed files with 4 additions and 4 deletions

View File

@ -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 }