mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
Apply @edolstra stylistic suggestions
Mostly removing useless comments and adding spaces before `&` Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
3b76f8f252
commit
c182aac98a
3 changed files with 4 additions and 5 deletions
|
@ -45,7 +45,6 @@ struct PluginFilesSetting : public BaseSetting<Paths>
|
|||
void set(const std::string & str, bool append = false) override;
|
||||
};
|
||||
|
||||
/* MakeError(MissingExperimentalFeature, Error); */
|
||||
class MissingExperimentalFeature: public Error
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue