remove one comment that I forgot to

pull/1657/head
vaxerski 2022-08-18 19:13:24 +02:00
parent ed6467e785
commit 39c170bf10
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ Language::Language(const std::string& id, const Bar& bar, const Json::Value& con
} }
auto Language::update() -> void { auto Language::update() -> void {
// fix ampersands
std::lock_guard<std::mutex> lg(mutex_); std::lock_guard<std::mutex> lg(mutex_);
if (!format_.empty()) { if (!format_.empty()) {