From 96c62fb66c55cde1246f20768452fac69bf24131 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 22 Jul 2021 10:11:04 +0200 Subject: [PATCH] Fix formatting error in 'nix store' manpage --- src/nix/prefetch.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nix/prefetch.cc b/src/nix/prefetch.cc index b7da3ea5a..9c2309a5f 100644 --- a/src/nix/prefetch.cc +++ b/src/nix/prefetch.cc @@ -283,8 +283,6 @@ struct CmdStorePrefetchFile : StoreCommand, MixJSON expectArg("url", &url); } - Category category() override { return catUtility; } - std::string description() override { return "download a file into the Nix store";