Skip to content

Commit 0b8358b

Browse files
authored
Update src/Neo.Compiler.CSharp/MethodConvert/Expression/AssignmentExpression.SimpleAssignment.cs
1 parent bbcd3e0 commit 0b8358b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Neo.Compiler.CSharp/MethodConvert/Expression/AssignmentExpression.SimpleAssignment.cs

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ namespace Neo.Compiler;
2121

2222
partial class MethodConvert
2323
{
24-
2524
/// <summary>
2625
/// Converts the code for simple assignment expression into OpCodes.
2726
/// The assignment operator = assigns the value of its right-hand operand to a variable,

0 commit comments

Comments
 (0)