mirror of
https://github.com/NixOS/nix.git
synced 2024-11-23 07:12:27 +00:00
Shut up clang warning
This commit is contained in:
parent
660835da69
commit
d77d813017
@ -26,7 +26,8 @@ struct CmdFmt : SourceExprCommand {
|
||||
|
||||
Strings getDefaultFlakeAttrPathPrefixes() override { return Strings{}; }
|
||||
|
||||
void run(ref<Store> store) {
|
||||
void run(ref<Store> store) override
|
||||
{
|
||||
auto evalState = getEvalState();
|
||||
auto evalStore = getEvalStore();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user