hydra-queue-runner: fixup: remove extraneous newline
This commit is contained in:
parent
59ac96a99c
commit
f8dc48f171
|
@ -104,7 +104,6 @@ State::State(std::optional<std::string> metricsAddrOpt)
|
||||||
metricsAddr = metricsAddrOpt.value();
|
metricsAddr = metricsAddrOpt.value();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* handle deprecated store specification */
|
/* handle deprecated store specification */
|
||||||
if (config->getStrOption("store_mode") != "")
|
if (config->getStrOption("store_mode") != "")
|
||||||
throw Error("store_mode in hydra.conf is deprecated, please use store_uri");
|
throw Error("store_mode in hydra.conf is deprecated, please use store_uri");
|
||||||
|
|
Loading…
Reference in a new issue