Skip to content

Commit

Permalink
Code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
SougandhS committed Sep 24, 2024
1 parent 75d2b10 commit 9d66eec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@ private ICompiledExpression createExpressionFromAST(String snippet, EvaluationSo
|| problemId == IProblem.NotVisibleType || problemId == IProblem.UnexpectedStaticModifierForMethod
|| problemId == IProblem.AmbiguousType) {
continue;

}
if (problem.isError()) {
if (codeSnippetStart <= errorOffset && errorOffset <= codeSnippetEnd) {
Expand Down

0 comments on commit 9d66eec

Please sign in to comment.