Skip to content

Commit 617cb5d

Browse files
authored
style: removed extra space. (#1952)
1 parent 557e009 commit 617cb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_socket_tcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2825,7 +2825,7 @@ ngx_http_lua_socket_tcp_send(lua_State *L)
28252825

28262826
switch (type) {
28272827
case LUA_TNUMBER:
2828-
b->last = ngx_http_lua_write_num(L, 2, b->last);
2828+
b->last = ngx_http_lua_write_num(L, 2, b->last);
28292829
break;
28302830

28312831
case LUA_TSTRING:

0 commit comments

Comments
 (0)