fix rust format

This commit is contained in:
holger krekel
2019-07-05 20:05:08 +02:00
parent 27c8bb64c8
commit 3d7be47adf

View File

@@ -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);