Skip to content

Commit 733d155

Browse files
committed
Fix lint error
Signed-off-by: Charlie Le <[email protected]>
1 parent 6661ac7 commit 733d155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/doc-generator/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ func generateBlockMarkdown(blocks []*configBlock, blockName, fieldName string) s
317317
func generateJSONSchemaMain(outputFile string) {
318318
// Create a Cortex config instance
319319
cfg := &cortex.Config{}
320-
320+
321321
// Parse CLI flags to map them with config fields
322322
flags := parseFlags(cfg)
323323

0 commit comments

Comments
 (0)