hydra-queue-runner: fixup: remove extraneous newline

This commit is contained in:
Cole Helbling 2022-04-06 17:53:11 -07:00 committed by GitHub
parent 59ac96a99c
commit f8dc48f171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,6 @@ State::State(std::optional<std::string> metricsAddrOpt)
metricsAddr = metricsAddrOpt.value();
}
/* handle deprecated store specification */
if (config->getStrOption("store_mode") != "")
throw Error("store_mode in hydra.conf is deprecated, please use store_uri");