mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
dropEmptyInitThenConcatStringsSep -> concatStringSep: tokens from tokenizeString are not empty
This commit is contained in:
parent
0fe3525223
commit
4029426ca8
@ -154,7 +154,7 @@ static void parseConfigFiles(const std::string & contents, const std::string & p
|
||||
|
||||
parsedContents.push_back({
|
||||
std::move(name),
|
||||
dropEmptyInitThenConcatStringsSep(" ", Strings(i, tokens.end())),
|
||||
concatStringsSep(" ", Strings(i, tokens.end())),
|
||||
});
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user