Skip to content

Commit e5b41aa

Browse files
committed
[ci skip] fix identation
1 parent 360a88b commit e5b41aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/validate.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ pgBackupValidate(pgBackup *backup, pgRestoreParams *params)
6767

6868
/* Check backup server version */
6969
if (strcmp(backup->server_version, PG_MAJORVERSION) != 0)
70-
elog(ERROR, "Backup %s has server version %s, but current pg_probackup binary "
70+
elog(ERROR, "Backup %s has server version %s, but current pg_probackup binary "
7171
"compiled with server version %s",
72-
base36enc(backup->start_time), backup->server_version, PG_MAJORVERSION);
72+
base36enc(backup->start_time), backup->server_version, PG_MAJORVERSION);
7373

7474
if (backup->status == BACKUP_STATUS_RUNNING)
7575
{

0 commit comments

Comments
 (0)