Fix coding style.
This commit is contained in:
parent
b78e74cdf6
commit
60a278490f
@ -1,6 +1,6 @@
|
||||
/* eslint no-lone-blocks: 0, no-throw-literal: 0 */
|
||||
/* eslint no-throw-literal: 0 */
|
||||
|
||||
import Bluebird, {coroutine, promisify} from 'bluebird'
|
||||
import {coroutine, promisify} from 'bluebird'
|
||||
import eventToPromise from 'event-to-promise'
|
||||
import {createClient} from 'ldapjs'
|
||||
import {escape} from 'ldapjs/lib/filters/escape'
|
||||
|
Loading…
Reference in New Issue
Block a user