Skip to content

lib: fix off-by-one indentation - #14064

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:lib-fix
Closed

lib: fix off-by-one indentation#14064
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:lib-fix

Conversation

@Trott

@TrottTrott commented Jul 3, 2017

Copy link
Copy Markdown
Member

In preparation for more robust indentation linting, fix an off-by-one
indentation in lib/http_server.js.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

lib

In preparation for more robust indentation linting, fix an off-by-one
indentation in lib/http_server.js.
@nodejs-github-botnodejs-github-bot added the http Issues or PRs related to the http subsystem. label Jul 3, 2017

@addaleaxaddaleax left a comment

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.

Doesn’t need to wait 48 hours

@Trott

Trott commented Jul 3, 2017

Copy link
Copy Markdown
MemberAuthor

@Trott

Trott commented Jul 4, 2017

Copy link
Copy Markdown
MemberAuthor

Landed in a577bde

@TrottTrott closed this Jul 4, 2017
Trott added a commit to Trott/io.js that referenced this pull request Jul 4, 2017
In preparation for more robust indentation linting, fix an off-by-one
indentation in lib/http_server.js.
PR-URL: nodejs#14064
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@Trott
Trott deleted the lib-fix branch January 13, 2022 22:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpIssues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@Trott@fhinkel@addaleax@lpinca@targos@cjihrig@tniessen@vsemozhetbyt@nodejs-github-bot