mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Code style: Remove newline before }
This commit is contained in:
@@ -52,7 +52,6 @@ if (isset($_GET["simpledb"])) {
|
||||
function quote($string) {
|
||||
return "'" . str_replace("'", "''", $string) . "'";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class Result {
|
||||
@@ -113,7 +112,6 @@ if (isset($_GET["simpledb"])) {
|
||||
$keys = array_keys($this->_rows[0]);
|
||||
return (object) array('name' => $keys[$this->_offset++]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -243,7 +241,6 @@ if (isset($_GET["simpledb"])) {
|
||||
$this->_conn->timeout = $timeout;
|
||||
return $query;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user