Skip to content

Commit 72ec429

Browse files
author
Crazy-xyr
committed
Correct code style issues
1 parent b14d556 commit 72ec429

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/zh/latest/plugins/request-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ curl -i "http://127.0.0.1:9080/anything"
277277
X-Request-Id: 325ghCANEKjw6Jsfejg5p6QrLYB
278278
```
279279

280-
如果装有[ksuid](https://github.com/segmentio/ksuid?tab=readme-ov-file#command-line-tool)命令工具,此 ID 可以通过`ksuid -f inspect 325ghCANEKjw6Jsfejg5p6QrLYB`查看:
280+
如果装有[ksuid](https://github.com/segmentio/ksuid?tab=readme-ov-file#command-line-tool)命令工具,此 ID 可以通过`ksuid -f inspect 325ghCANEKjw6Jsfejg5p6QrLYB`查看
281281

282282
``` text
283283
REPRESENTATION:

t/plugin/request-id3.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ X-Request-Id
7575
[error]
7676
7777
78+
7879
=== TEST 3: add plugin with algorithm ksuid
7980
--- config
8081
location /t {
@@ -133,7 +134,7 @@ X-Request-Id
133134
ngx.say("incorrect char set for id")
134135
ngx.say(id)
135136
return
136-
end
137+
end
137138
if ids[id] == true then
138139
ngx.say("ids not unique")
139140
return

0 commit comments

Comments
 (0)