1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

fix: linting

This commit is contained in:
Thomas Bereknyei 2025-02-13 13:04:38 -05:00
parent 753f00c351
commit 3b5514e0c6

View file

@ -14,7 +14,8 @@ class AccessKeysTest : public ::testing::Test
protected: protected:
public: public:
void SetUp() override { void SetUp() override
{
experimentalFeatureSettings.experimentalFeatures.get().insert(Xp::Flakes); experimentalFeatureSettings.experimentalFeatures.get().insert(Xp::Flakes);
} }
void TearDown() override {} void TearDown() override {}