Skip to content

Commit c560613

Browse files
CodemodService Botfacebook-github-bot
authored andcommitted
Fix CQS signal readability-convert-member-functions-to-static in arvr/libraries/axel/test
Reviewed By: jeongseok-meta Differential Revision: D86174901
1 parent 24bf3d6 commit c560613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axel/axel/test/DualContouringTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class DualContouringTest : public ::testing::Test {
2222
protected:
2323
void SetUp() override {}
2424

25-
SignedDistanceFieldf createSphereSdf(
25+
static SignedDistanceFieldf createSphereSdf(
2626
float radius,
2727
const Eigen::Vector3f& center,
2828
const BoundingBoxf& bounds,

0 commit comments

Comments
 (0)