Satisfy ESLint indentation rule

This commit is contained in:
witzig 2017-03-19 16:03:11 +01:00
parent 07b7e1a3f2
commit 91addb14af

View file

@ -17,7 +17,7 @@ try {
LdapStrategy = require('passport-ldapjs').Strategy; // eslint-disable-line global-require LdapStrategy = require('passport-ldapjs').Strategy; // eslint-disable-line global-require
} catch (E) { } catch (E) {
if (config.ldap.enabled) { if (config.ldap.enabled) {
log.info('LDAP', 'Module "passport-ldapjs" not installed. LDAP auth will fail.'); log.info('LDAP', 'Module "passport-ldapjs" not installed. LDAP auth will fail.');
} }
} }