From 9e8867c3c6fe7a59e036e810836b8ee8f86ce10f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 15 May 2026 11:25:17 -0400 Subject: fmt --- interior.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'interior.go') diff --git a/interior.go b/interior.go index e9d183b..7c16b0a 100644 --- a/interior.go +++ b/interior.go @@ -36,9 +36,9 @@ type validateInteriorBasicReq struct { // InteriorValidation contains the validation status of an interior file. type InteriorValidation struct { - Id uint `json:"id"` - SrcUrl string `json:"source_url"` - NPages uint `json:"page_count"` + Id uint `json:"id"` + SrcUrl string `json:"source_url"` + NPages uint `json:"page_count"` Errors []string `json:"errors"` Status InteriorValidationStatus ValidPkgIds []PkgId `json:"valid_pod_package_ids"` -- cgit v1.2.3