Fix indent.

pull/14/head
Dave Page 2018-06-18 13:47:39 -04:00
parent a45c33cf76
commit 717637c5b9
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ define('pgadmin.node.database', [
else {
if (data && _.isArray(data)) {
_.each(data, function(d) {
res.push({label: d, value: d,
res.push({label: d, value: d,
image: 'pg-icon-database'});
});
}