Skip to content

Commit

Permalink
remove whitespaces in csharp for nicer cookbook visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Feb 27, 2016
1 parent 8d826fa commit 546fcb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/meta/generator/targets/csharp.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Program": "using System;\n\npublic class classifier_knn_modular {\n public static void Main() {\n modshogun.init_shogun_with_defaults();\n\n$program\n }\n}\n",
"Statement": " $statement;\n",
"Comment": " //$comment\n",
"Program": "using System;\n\npublic class classifier_knn_modular {\npublic static void Main() {\nmodshogun.init_shogun_with_defaults();\n\n$program\n}\n}\n",
"Statement": "$statement;\n",
"Comment": "//$comment\n",
"Init": {
"Construct": "$type $name = new $type($arguments)",
"Copy": "$type $name = $expr"
Expand Down

0 comments on commit 546fcb6

Please sign in to comment.