Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
codesigner committed Dec 2, 2022
1 parent 37487a0 commit e938aa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/graph/visitor/test/DeduceAliasTypeVisitorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

namespace nebula {
namespace graph {
class DeduceAliasTypeVisitorTest : public VisitorTestBase {
};
class DeduceAliasTypeVisitorTest : public VisitorTestBase {};

TEST_F(DeduceAliasTypeVisitorTest, SubscriptExpr) {
{
Expand Down

0 comments on commit e938aa8

Please sign in to comment.