reformatting

This commit is contained in:
Vitor Pamplona
2025-12-11 17:09:03 -05:00
parent ee972cff35
commit 39eed5d85a
@@ -60,7 +60,9 @@ class RightToVanishModule {
AFTER INSERT ON event_vanish AFTER INSERT ON event_vanish
FOR EACH ROW FOR EACH ROW
BEGIN BEGIN
DELETE FROM event_headers WHERE created_at < NEW.created_at AND pubkey = NEW.pubkey; DELETE FROM event_headers
WHERE created_at < NEW.created_at AND
pubkey = NEW.pubkey;
END; END;
""".trimIndent(), """.trimIndent(),
) )