Skip to content

Commit d4863e9

Browse files
authored
Fix assembly header template (#22)
***NO_CI***
1 parent 8dc613c commit d4863e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/MetadataProcessor.Core/SkeletonGenerator/SkeletonTemplates.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//
1+
//
22
// Copyright (c) 2019 The nanoFramework project contributors
33
// See LICENSE file in the project root for full license information.
44
//
@@ -33,7 +33,8 @@ struct Library_{{AssemblyName}}_{{Name}}
3333
{{#StaticFields}}
3434
static const int FIELD_STATIC__{{Name}} = {{ReferenceIndex}};
3535
{{/StaticFields}}
36-
{{#InstanceFields}}
36+
37+
{{#InstanceFields}}
3738
{{#FieldWarning}}
3839
{{FieldWarning}}
3940
{{/FieldWarning}}

0 commit comments

Comments
 (0)