1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00

Fix indent

This commit is contained in:
Niklas Keller 2017-09-12 09:39:42 +02:00
parent b33ec8043f
commit 331e359936

View File

@ -16,7 +16,7 @@ $customConfigLoader = new class implements Dns\ConfigLoader {
"[2001:4860:4860::8888]:53",
], $hosts, $timeout = 5000, $attempts = 3);
});
}
}
};
Dns\resolver(new Dns\BasicResolver(null, $customConfigLoader));