Skip to content

Commit 8e3e85f

Browse files
IsakNaslundBhFraser Greenroyd
andcommitted
Apply suggestions from code review
Co-authored-by: Fraser Greenroyd <[email protected]>
1 parent e8925b9 commit 8e3e85f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/Engine method templates/ConvertTemplate/ConvertTemplate.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ public static partial class Convert
3636
/***************************************************/
3737

3838
[Description("")]
39-
[Input("","")]
39+
[Input("","")]
4040
[Output("", "")]
4141
public static void $safeitemname$()
4242
{
43-
throw new NotImplementedException();
43+
throw new NotImplementedException();
4444
}
4545

4646
/***************************************************/

0 commit comments

Comments
 (0)