mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
tabs -> spaces
Sorry I let the tab sneak in there in the first place.
This commit is contained in:
parent
4d77513d97
commit
422affe102
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ void write(const Store & store, Sink & out, const StorePath & storePath)
|
|||
template<>
|
||||
std::optional<StorePath> read(const Store & store, Source & from, Phantom<std::optional<StorePath>> _)
|
||||
{
|
||||
auto s = readString(from);
|
||||
auto s = readString(from);
|
||||
return s == "" ? std::optional<StorePath> {} : store.parseStorePath(s);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue