mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Change 'return ;' to 'return;'; remove space.
This commit is contained in:
@ -485,7 +485,7 @@ public class Serialize
|
||||
{
|
||||
DriverManager.println("Serialize.create: table " + tableName + " exists, skipping");
|
||||
rs.close();
|
||||
return ;
|
||||
return;
|
||||
}
|
||||
|
||||
// else table not found, so create it
|
||||
|
Reference in New Issue
Block a user