mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
style fix: remove trailing space
This commit is contained in:
parent
0008ebe2a3
commit
b0fcbefb5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue