docs: fix indentation

This commit is contained in:
Tony Brix 2021-02-24 16:21:06 -06:00
parent 2de077d39f
commit b13460e4a9
1 changed files with 4 additions and 5 deletions

View File

@ -74,7 +74,6 @@ Example:
server.listen(389, '127.0.0.1', function() { server.listen(389, '127.0.0.1', function() {
console.log('LDAP server listening at: ' + server.url); console.log('LDAP server listening at: ' + server.url);
}); });
``` ```
### Port and Host ### Port and Host