Skip to content

Commit f9c4202

Browse files
committed
fmt
1 parent c26db48 commit f9c4202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/clidocgen/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414

1515
// route is an individual page object in the docs manifest.json.
1616
type route struct {
17-
Title string `json:"title,omitempty"`
18-
Description string `json:"description,omitempty"`
17+
Title string `json:"title,omitempty"`
18+
Description string `json:"description,omitempty"`
1919
Path string `json:"path,omitempty"`
2020
IconPath string `json:"icon_path,omitempty"`
2121
State []string `json:"state,omitempty"` // Changed to []string to support an array of states

0 commit comments

Comments
 (0)