Shut up clang warning

This commit is contained in:
Eelco Dolstra 2022-04-28 14:24:17 +02:00
parent 660835da69
commit d77d813017

View file

@ -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();