Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information