1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fmt: remove tail space when using multiline short arg (#9110)

This commit is contained in:
zakuro
2021-03-04 19:44:50 +09:00
committed by GitHub
parent 8ce53b8b55
commit 6b2c7fd53e
4 changed files with 25 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ fn test_http_client_shutdown_does_not_work_without_a_cookie() {
fn testsuite_end() {
// This test is guaranteed to be called last.
// It sends a request to the server to shutdown.
x := http.fetch('http://127.0.0.1:$sport/shutdown',
x := http.fetch('http://127.0.0.1:$sport/shutdown',
method: .get
cookies: map{
'skey': 'superman'