Formatted code

This commit is contained in:
phoenix
2025-10-22 22:56:09 -04:00
parent b1352d56fe
commit a23c1a5f29
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -12,4 +12,3 @@ func RespondWithJSON(w http.ResponseWriter, statusCode int, data interface{}) {
log.Printf("Error encoding JSON: %v", err)
}
}