mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 02:06:16 +02:00
Style
This commit is contained in:
parent
5667822edc
commit
13a7a24ba5
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ template<> void BaseSetting<std::set<ExperimentalFeature>>::set(const std::strin
|
||||||
if (thisXpFeature)
|
if (thisXpFeature)
|
||||||
value.insert(thisXpFeature.value());
|
value.insert(thisXpFeature.value());
|
||||||
else
|
else
|
||||||
warn("Unknown experimental feature %s", s);
|
warn("unknown experimental feature '%s'", s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue