mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Change 'return ;' to 'return;'; remove space.
This commit is contained in:
@@ -234,7 +234,7 @@ public class Unicode
|
||||
catch (ClassNotFoundException cnfe)
|
||||
{
|
||||
log("Unable to load driver", cnfe);
|
||||
return ;
|
||||
return;
|
||||
}
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user