mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 18:44:02 +02:00
Fix style
This commit is contained in:
@@ -248,8 +248,7 @@ class Adminer {
|
||||
* @param string query to be executed
|
||||
* @return string escaped query to be printed
|
||||
*/
|
||||
function sqlCommandQuery($query)
|
||||
{
|
||||
function sqlCommandQuery($query) {
|
||||
return shorten_utf8(trim($query), 1000);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user