Files
docker-cli/components/engine/api/client
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-27 21:50:33 +02:00
2015-04-22 13:51:57 -07:00
2015-04-27 12:41:03 +08:00
2015-04-27 21:50:33 +02:00
2015-04-24 08:38:14 +08: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 00:58:13 +02:00
2015-03-29 03:22:46 +02:00
2015-04-27 21:50:33 +02:00
2015-04-22 00:14:23 -07:00
2015-04-27 21:50:33 +02:00
2015-03-29 03:22:46 +02:00
2015-04-27 21:50:33 +02: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