mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: insert space in front of ? for propagation (#6250)
This commit is contained in:
@@ -1635,7 +1635,7 @@ propagate the error:
|
||||
import net.http
|
||||
|
||||
fn f(url string) ?string {
|
||||
resp := http.get(url)?
|
||||
resp := http.get(url) ?
|
||||
return resp.text
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user