Skip to content

Commit 2dd9c6d

Browse files
hengyunabcactions-user
authored andcommitted
Prettified Code!
1 parent 729bf70 commit 2dd9c6d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

site/docs/doc/advice-class.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public class Advice {
4141

4242
除了上面 `Advice` 里的字段,Arthas 还会在 OGNL 上下文里额外注入一些变量:
4343

44-
| 变量名 | 说明 |
45-
| ---: | :--- |
46-
| `#cost` | 本次调用耗时(毫秒) |
47-
| `#ref` | 对象引用存储器(弱引用,支持命名空间) |
44+
| 变量名 | 说明 |
45+
| ------: | :------------------------------------- |
46+
| `#cost` | 本次调用耗时(毫秒) |
47+
| `#ref` | 对象引用存储器(弱引用,支持命名空间) |
4848

4949
示例:
5050

site/docs/en/doc/advice-class.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Description for the variables in the class `Advice`:
3939

4040
Besides the fields in `Advice`, Arthas also injects extra variables into OGNL context:
4141

42-
| Name | Specification |
43-
| ---: | :--- |
44-
| `#cost` | time cost in milliseconds |
45-
| `#ref` | object reference store (weak reference, with namespaces) |
42+
| Name | Specification |
43+
| ------: | :------------------------------------------------------- |
44+
| `#cost` | time cost in milliseconds |
45+
| `#ref` | object reference store (weak reference, with namespaces) |
4646

4747
Examples:
4848

0 commit comments

Comments
 (0)