Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix spaces to run lint
  • Loading branch information
felipedc09 committed Jul 1, 2019
commit 924c547686e6693e7abb272712c3fa6f65d7aad2
4 changes: 2 additions & 2 deletions doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,10 @@ console.log(myEmitter.listeners('event'));
myEmitter.emit('event', 1, 2, 3, 4, 5);

// Prints:
// [
// [
// [Function: firstListener],
// [Function: secondListener],
// [Function: thirdListener]
// [Function: thirdListener]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super tiny nit: the indentation seems off. To keep it aligned with the starting bracket, it needs another whitespace.

// ]

// Helloooo! first listener
Expand Down