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