Qiang Huang
d6802adb29
fix a minor inspect format issue
...
Before, inspect cont1 cont2 shows:
[{
xxx
}
,{
xxx
}
]
After, it shows:
[
{
xxx
}
,{
xxx
}
]
Because `func (*Encoder) Encode` always followed by a newline character,
so it's difficult to put '}' and ']' one the same line.
To get symmetry, above is our choice.
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com >
Upstream-commit: c7812f01c7269c713c2243fe8a69b55cdb77b72a
Component: engine
2015-04-28 18:51:04 +08:00
..
2015-04-23 00:58:13 +02:00
2015-04-27 21:50:33 +02:00
2015-04-23 10:18:38 -07:00
2015-04-16 01:27:07 +08:00
2015-03-30 13:35:40 -07:00
2015-04-10 00:08:05 -04:00
2015-04-23 10:18:38 -07:00
2015-04-27 21:50:33 +02:00
2015-03-29 03:22:46 +02:00
2015-04-22 13:51:57 -07:00
2015-04-27 12:41:03 +08:00
2015-03-25 20:07:00 -07:00
2015-04-20 13:05:24 -07:00
2015-04-27 21:50:33 +02:00
2015-04-24 08:38:14 +08:00
2015-03-29 03:22:46 +02:00
2015-04-20 13:05:24 -07:00
2015-04-28 18:51:04 +08:00
2015-03-29 03:22:46 +02:00
2015-03-29 03:22:46 +02:00
2015-04-23 10:18:38 -07:00
2015-04-20 13:05:24 -07:00
2015-04-23 00:58:13 +02:00
2015-03-29 03:22:46 +02:00
2015-04-08 18:50:29 -04:00
2015-04-27 21:50:33 +02:00
2015-04-20 13:05:24 -07:00
2015-04-23 10:18:38 -07:00
2015-03-26 18:59:16 +00:00
2015-03-29 03:22:46 +02:00
2015-04-22 00:14:23 -07:00
2015-04-27 21:50:33 +02:00
2015-04-20 17:20:23 -07:00
2015-03-29 03:22:46 +02:00
2015-04-27 21:50:33 +02:00
2015-04-16 01:27:07 +08:00
2015-04-11 20:04:34 +08:00
2015-04-20 01:08:51 -07:00
2015-03-29 03:22:46 +02:00
2015-03-29 03:22:46 +02:00
2015-04-27 21:50:33 +02:00
2015-03-29 03:22:46 +02:00
2015-04-23 10:18:38 -07:00
2015-03-29 03:22:46 +02:00
2015-03-29 03:22:46 +02:00