mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 13:31:05 +01:00
Shut up clang warning
This commit is contained in:
parent
660835da69
commit
d77d813017
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ struct CmdFmt : SourceExprCommand {
|
||||||
|
|
||||||
Strings getDefaultFlakeAttrPathPrefixes() override { return Strings{}; }
|
Strings getDefaultFlakeAttrPathPrefixes() override { return Strings{}; }
|
||||||
|
|
||||||
void run(ref<Store> store) {
|
void run(ref<Store> store) override
|
||||||
|
{
|
||||||
auto evalState = getEvalState();
|
auto evalState = getEvalState();
|
||||||
auto evalStore = getEvalStore();
|
auto evalStore = getEvalStore();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue