Fix dotnet/dotnet20 example (#1175)
This commit is contained in:
committed by
Ta-Ching Chen
parent
a2c276e0cd
commit
f8dfc75872
@@ -8,4 +8,4 @@ public class FissionFunction
|
||||
var y = Convert.ToInt32(context.Arguments["y"]);
|
||||
return (x+y).ToString();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -8,4 +8,4 @@ public class FissionFunction
|
||||
var y = Convert.ToInt32(context.Arguments["y"]);
|
||||
return (x+y).ToString();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user