mirror of
https://github.com/nginx/nginx.git
synced 2024-12-18 21:23:36 -06:00
style fix: remove trailing space
This commit is contained in:
parent
0008ebe2a3
commit
b0fcbefb5d
@ -599,7 +599,7 @@ destination_done:
|
||||
{
|
||||
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
|
||||
"both URI \"%V\" and \"Destination\" URI \"%V\" "
|
||||
"should be either collections or non-collections",
|
||||
"should be either collections or non-collections",
|
||||
&r->uri, &dest->value);
|
||||
return NGX_HTTP_CONFLICT;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user