Skip to content

Commit 9ca1d77

Browse files
committed
CodeFactor issue fix.
1 parent a790dac commit 9ca1d77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Platform.RegularExpressions.Transformer.CSharpToCpp/CSharpToCppTransformer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ public class CSharpToCppTransformer : Transformer
305305
// throw new NotImplementedException();
306306
// throw std::logic_error("Not implemented exception.");
307307
(new Regex(@"throw new NotImplementedException\(\);"), "throw std::logic_error(\"Not implemented exception.\");", null, 0),
308-
309308
}.Cast<ISubstitutionRule>().ToList();
310309

311310
public static readonly IList<ISubstitutionRule> LastStage = new List<SubstitutionRule>

0 commit comments

Comments
 (0)