Remove duplicate newline

There's accidently two newlines in the editor, removed.
This commit is contained in:
Johannes Bauer 2021-06-27 13:06:23 +02:00
parent a6db05b4d0
commit 46b2cdb184

View File

@ -256,7 +256,7 @@ static enum cmd_returncode_t cmd_list(struct editor_context_t *ctx, const char *
} else {
printf("default timeout %d secs", host->client_default_timeout_secs);
}
printf(":\n\n");
printf(":\n");
for (unsigned int j = 0; j < host->volume_count; j++) {
const volume_entry_t *volume = &host->volumes[j];
sprintf_uuid(uuid, volume->volume_uuid);