Skip to content

Commit

Permalink
remove unnecessary line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Bach committed Feb 23, 2017
1 parent 9322ab9 commit cfd4e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/WeinbergAngle.m
Expand Up @@ -236,7 +236,7 @@
a_[List[i__]] :> a[i], "result"];
body = body <> "\nreturn result * oneOver16PiSqr;";
body = TextFormatting`IndentText[TextFormatting`WrapLines[body]];
decl = decl <> body <> "\n}\n";
decl = decl <> body <> "}\n";
Return[{prototype, decl}];
];

Expand Down

0 comments on commit cfd4e38

Please sign in to comment.