Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Commit a751fbb

Browse files
Refactored
1 parent 0754280 commit a751fbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sources/AstCpp/ProjectTree.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ namespace Ast::Cpp
8686

8787
auto data = FileDataContainer::Create(Tree<Cpp::FileLexer>::From(Cpp::Parser(content)));
8888

89-
// if (data->tree.HasAtLeastOneMarkedLexer())
89+
if (data->tree.HasAtLeastOneMarkedLexer())
9090
{
9191
file->getData() = std::move(data);
9292
}
@@ -245,7 +245,7 @@ namespace Ast::Cpp
245245
return;
246246
}
247247

248-
// if (data->tree.HasAtLeastOneMarkedLexer())
248+
if (data->tree.HasAtLeastOneMarkedLexer())
249249
{
250250
callback(file);
251251
}

0 commit comments

Comments
 (0)