mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
GP-6585 formatting
This commit is contained in:
@@ -465,13 +465,11 @@ public class BulkSignatures implements AutoCloseable {
|
||||
if (response == null) {
|
||||
throw new IOException("Unable to drop database: " + querydb.getLastError().message);
|
||||
}
|
||||
if (response.dropSuccessful) {
|
||||
Msg.info(this, "Successfully dropped database \"" + command.databaseName + "\"");
|
||||
}
|
||||
else {
|
||||
if (response.dropSuccessful) {
|
||||
Msg.info(this, "Successfully dropped database \"" + command.databaseName + "\"");
|
||||
}
|
||||
else {
|
||||
Msg.error(this, "Unable to drop database: " + response.errorMessage);
|
||||
}
|
||||
Msg.error(this, "Unable to drop database: " + response.errorMessage);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user