[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-12-23 12:29:32 +00:00
parent 9e669e4d7a
commit 5e6f36329a
4 changed files with 34 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ protected:
void TearDown() override
{}
Part::Cut* _cut; // NOLINT Can't be private in a test framework
Part::Cut* _cut; // NOLINT Can't be private in a test framework
};
TEST_F(FeaturePartCutTest, testIntersecting)