mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
fix rust format
This commit is contained in:
@@ -488,10 +488,7 @@ unsafe fn set_self_key(
|
|||||||
success = 1;
|
success = 1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
error!(
|
error!(context, 0, "File does not contain a private key.",);
|
||||||
context,
|
|
||||||
0, "File does not contain a private key.",
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sqlite3_finalize(stmt);
|
sqlite3_finalize(stmt);
|
||||||
|
|||||||
Reference in New Issue
Block a user