1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-05-07 01:19:55 -04:00

refactor: whitespace

This commit is contained in:
Greg Heartsfield 2023-02-13 17:52:00 -06:00
parent 46160bb1f9
commit 84afd4b64e

@ -187,7 +187,6 @@ pub async fn db_writer(
None
};
// check for NIP-05 verification
if nip05_enabled && validation.is_some() {
match validation.as_ref().unwrap() {