mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
fix: linting
This commit is contained in:
parent
753f00c351
commit
3b5514e0c6
1 changed files with 24 additions and 23 deletions
|
@ -14,7 +14,8 @@ class AccessKeysTest : public ::testing::Test
|
|||
protected:
|
||||
|
||||
public:
|
||||
void SetUp() override {
|
||||
void SetUp() override
|
||||
{
|
||||
experimentalFeatureSettings.experimentalFeatures.get().insert(Xp::Flakes);
|
||||
}
|
||||
void TearDown() override {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue