Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit b13460e

Browse files
committed
docs: fix indentation
1 parent 2de077d commit b13460e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/server.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ with LDAP. If you're not, read the [guide](guide.html) first.
1616
The code to create a new server looks like:
1717

1818
```js
19-
const server = ldap.createServer();
19+
const server = ldap.createServer();
2020
```
2121

2222
The full list of options is:
@@ -71,10 +71,9 @@ available.
7171
Example:
7272

7373
```js
74-
server.listen(389, '127.0.0.1', function() {
75-
console.log('LDAP server listening at: ' + server.url);
76-
});
77-
74+
server.listen(389, '127.0.0.1', function() {
75+
console.log('LDAP server listening at: ' + server.url);
76+
});
7877
```
7978

8079
### Port and Host

0 commit comments

Comments
 (0)