mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 02:54:28 +02:00
Code style: Remove newline before }
This commit is contained in:
@@ -216,5 +216,4 @@ WHERE c.CONSTRAINT_SCHEMA = " . q($_GET["ns"] != "" ? $_GET["ns"] : DB) . "
|
||||
AND t.TABLE_NAME = " . q($table) . "
|
||||
AND CHECK_CLAUSE NOT LIKE '% IS NOT NULL'"); // ignore default IS NOT NULL checks in PostrgreSQL
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user