api: sql statements: replace spaces with tabs
This commit is contained in:
@@ -11,7 +11,7 @@ func commentApprove(commentHex string) error {
|
||||
|
||||
statement := `
|
||||
UPDATE comments
|
||||
SET state = 'approved'
|
||||
SET state = 'approved'
|
||||
WHERE commentHex = $1;
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user