mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 14:32:42 +01:00
Remove superfluous semicolon
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
parent
e18b1637dc
commit
74af43ee91
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ struct SubstitutedSourceAccessor : ForwardingSourceAccessor
|
|||
|
||||
std::string showPath(const CanonPath & path) override
|
||||
{
|
||||
return displayPrefix + path.abs() + displaySuffix;;
|
||||
return displayPrefix + path.abs() + displaySuffix;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue