formatting

d177314676b9500e6a81117c67f71c78435b1848

BPplays <andymalbp@gmail.com>

1 files changed, +1 -2Showing whitespace changes
server.js+1 -2
@@ -398,7 +398,6 @@ async function canResolve(name, useIPv6 = true, useIPv4 = true) {
398398 }
399399 }
400400
401- // If we need to check IPv4 resolution
402401 if (useIPv4) {
403402 try {
404403 await dnsPromise.resolve(name);
@@ -768,7 +767,7 @@ const preSetupTasks = async function () {
768767
769768/**
770769 * Gets the hostname to use for autorun in the browser.
771770 * @returns promise({Promise<string}> The hostname to use for autorun
772771 */
773772async function getAutorunHostname(useIPv6, useIPv4) {
774773 if (autorunHostname === 'auto') {