fix: форматирование lint_archive.go

This commit is contained in:
“Naeel”
2026-05-04 09:30:21 +04:00
parent 6ded699935
commit 4980eb4efa
+4 -4
View File
@@ -206,10 +206,10 @@ func (s *Server) handleLintArchive(w http.ResponseWriter, r *http.Request) {
langExt := map[string]string{
"python": ".py", "python3": ".py",
"node.js": ".js", "nodejs": ".js", "javascript": ".js", "node": ".js",
"ruby": ".rb",
"php": ".php",
"go": ".go",
"perl": ".pl",
"ruby": ".rb",
"php": ".php",
"go": ".go",
"perl": ".pl",
}
expectedExt, known := langExt[selectedLang]
if known {