chore: lint

This commit is contained in:
Pasha Sviderski
2025-08-28 20:09:48 +10:00
parent 7c19323ea1
commit db60a81b2d
+1 -1
View File
@@ -106,5 +106,5 @@ func postProcessMarkdown(filename string) error {
content = re.ReplaceAllString(content, r.new)
}
return os.WriteFile(filename, []byte(content), 0644)
return os.WriteFile(filename, []byte(content), 0o644)
}