dns: use template literals
authorBenjamin Gruenbaum <inglor@gmail.com>
Sun, 20 Mar 2016 13:13:51 +0000 (15:13 +0200)
committerMyles Borins <mborins@us.ibm.com>
Wed, 30 Mar 2016 20:12:16 +0000 (13:12 -0700)
commitd55599f4d83b85f60280b43803060cb9e50f34c9
tree3604c4cd020911b4199e7c1d3a8037cbb0f02a2c
parent0836d7e2fbe7795befa1fa1ad858f51b63c4dbf3
dns: use template literals

Prefer the use of template string literals over string concatenation
in the dns module, makes dns consistent with other modules basically
doing https://github.com/nodejs/node/pull/5778 for it.

PR-URL: https://github.com/nodejs/node/pull/5809
Reviewed-By: James M Snell <jasnell@gmail.com>
lib/dns.js