Replace tab with spaces in MarshalIndent in libpod

The json-iterator package will panic on attempting to use
MarshalIndent with a non-space indentation. This is sort of silly
but swapping from tabs to spaces is not a big issue for us, so
let's work around the silly panic.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon 2019-01-08 15:12:43 -05:00
parent de0d2b2ea6
commit 3966d3bf4e
1 changed files with 1 additions and 1 deletions