Skip to content

Commit db60a81

Browse files
committed
chore: lint
1 parent 7c19323 commit db60a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/uncloud/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ func postProcessMarkdown(filename string) error {
106106
content = re.ReplaceAllString(content, r.new)
107107
}
108108

109-
return os.WriteFile(filename, []byte(content), 0644)
109+
return os.WriteFile(filename, []byte(content), 0o644)
110110
}

0 commit comments

Comments
 (0)