Fix dotnet/dotnet20 example (#1175)

This commit is contained in:
Caner Patır
2019-05-08 21:21:21 +08:00
committed by Ta-Ching Chen
parent a2c276e0cd
commit f8dfc75872
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ public class FissionFunction
var y = Convert.ToInt32(context.Arguments["y"]);
return (x+y).ToString();
}
}
+1 -1
View File
@@ -8,4 +8,4 @@ public class FissionFunction
var y = Convert.ToInt32(context.Arguments["y"]);
return (x+y).ToString();
}
}