Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Kang <kang.zhang@intel.com>
  • Loading branch information
kangclzjc committed Jan 23, 2024
1 parent 4e006d9 commit 0c48c2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ type SchemataConfig struct {
}

type SchematePerCacheConfig struct {
CacheID int "json:"cacheID,omitempty""
CacheID int `json:"cacheID,omitempty"`
SchemataConfig `json:",inline"`
}
```
Expand Down

0 comments on commit 0c48c2a

Please sign in to comment.