ImportSources: remove superfluous newlines

This commit is contained in:
Thomas Gelf 2016-02-28 16:32:24 +01:00
parent 1ff5e7a6cc
commit 93469b20a0
2 changed files with 0 additions and 2 deletions

View File

@ -68,5 +68,4 @@ class ImportSourceLdap extends ImportSourceHook
return $this->connection;
}
}

View File

@ -40,5 +40,4 @@ class ImportSourceSql extends ImportSourceHook
return $this->db;
}
}