Skip to content

Commit

Permalink
really fix the EOL at EOF this time I hope
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Kelman authored and Timur Kelman committed Aug 25, 2023
1 parent 8265bc6 commit 9ebcb26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CodeConverter/CSharp/ExpressionNodeVisitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2011,4 +2011,4 @@ private TSymbol GetSymbolInfoInDocument<TSymbol>(SyntaxNode node) where TSymbol:
{
return _semanticModel.SyntaxTree == node.SyntaxTree ? _semanticModel.GetSymbolInfo(node).ExtractBestMatch<TSymbol>(): null;
}
}
}
2 changes: 1 addition & 1 deletion Tests/CSharp/SpecialConversionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,4 @@ End If
}
}");
}
}
}

0 comments on commit 9ebcb26

Please sign in to comment.