1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Fixed #181: Missing semicolon violates code style.

This commit is contained in:
John K. Harvey
2016-03-22 22:18:33 -04:00
committed by David Steele
parent 1d4779cfe6
commit 1bbf3e6db4

View File

@@ -115,7 +115,7 @@ if ($bQuiet)
# If no keyword we passed then use default
if (@stryKeyword == 0)
{
@stryKeyword = ('default')
@stryKeyword = ('default');
}
logLevelSet(undef, uc($strLogLevel));