Fix formatting

This commit is contained in:
Roland Shoemaker 2015-07-27 15:07:26 -07:00
parent 14700671af
commit e05f02eb8d
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ func (m *mailer) findExpiringCertificates() error {
AND cert.expires < :cutoffB AND cert.expires < :cutoffB
AND cert.status != "revoked" AND cert.status != "revoked"
AND cs.lastExpirationNagSent <= :nagCutoff AND cs.lastExpirationNagSent <= :nagCutoff
ORDER BY cert.expires ASC ORDER BY cert.expires ASC
LIMIT :limit`, LIMIT :limit`,
map[string]interface{}{ map[string]interface{}{
"cutoffA": left, "cutoffA": left,