mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 20:51:00 +01:00
Remove some Base:: that crept in
This commit is contained in:
parent
3f8dcfe3fd
commit
3fc58a9638
4 changed files with 5 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ template<class... Ts> overloaded(Ts...) -> overloaded<Ts...>;
|
|||
std::string renderContentAddress(ContentAddress ca) {
|
||||
return std::visit(overloaded {
|
||||
[](TextHash th) {
|
||||
return "text:" + th.hash.to_string(Base::Base32, true);
|
||||
return "text:" + th.hash.to_string(Base32, true);
|
||||
},
|
||||
[](FileSystemHash fsh) {
|
||||
return makeFixedOutputCA(fsh.method, fsh.hash);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue