mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-17 07:37:18 +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,
|
||||
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));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue