Skip to content

Commit a4f133c

Browse files
rm trailing semi
1 parent e7844a7 commit a4f133c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LDK/src/org/labkey/ldk/sql/LDKNaturalizeInstallationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ protected String getUninstallationExceptionMsg()
7171
@Override
7272
protected String getInstallationCheckSql()
7373
{
74-
return "SELECT x.G, ldk.Naturalize('Foo') FROM (SELECT 1 AS G) x GROUP BY G;";
74+
return "SELECT x.G, ldk.Naturalize('Foo') FROM (SELECT 1 AS G) x GROUP BY G";
7575
}
7676

7777
@Override

0 commit comments

Comments
 (0)