Skip to content

Commit 7453ee9

Browse files
its-hammer-timedaveshanley
authored andcommitted
Formatting
1 parent 2a27e2e commit 7453ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cache/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
type SchemaCacheEntry struct {
1414
Schema *base.Schema
1515
RenderedInline []byte
16+
ReferenceSchema string // String version of RenderedInline
1617
RenderedJSON []byte
17-
ReferenceSchema string // String version of RenderedInline, cached to avoid repeated conversions
1818
CompiledSchema *jsonschema.Schema
1919
}
2020

0 commit comments

Comments
 (0)