mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Remove trailing whitespace
This commit is contained in:
parent
2cabf85b53
commit
0e595a52a3
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void LocalOverlayStore::queryPathInfoUncached(const StorePath & path,
|
||||||
|
|
||||||
|
|
||||||
void LocalOverlayStore::queryRealisationUncached(const DrvOutput & drvOutput,
|
void LocalOverlayStore::queryRealisationUncached(const DrvOutput & drvOutput,
|
||||||
Callback<std::shared_ptr<const Realisation>> callback) noexcept
|
Callback<std::shared_ptr<const Realisation>> callback) noexcept
|
||||||
{
|
{
|
||||||
auto callbackPtr = std::make_shared<decltype(callback)>(std::move(callback));
|
auto callbackPtr = std::make_shared<decltype(callback)>(std::move(callback));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue