Skip to content

Commit fc67527

Browse files
authored
Fix AssemblyLookupTemplate (#18)
***NO_CI***
1 parent e43da46 commit fc67527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MetadataProcessor.Core/SkeletonGenerator/SkeletonTemplates.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct Library_{{AssemblyName}}_{{Name}}
7373
////////////////////////////////////////////////////////////////////////////////////
7474
// check if the version bellow matches the one in AssemblyNativeVersion attribute //
7575
////////////////////////////////////////////////////////////////////////////////////
76-
{ {{NativeVersion.Major}}, {{NativeVersion.Minor}}, {{NativeVersion.Revision}}, {{NativeVersion.Build}} }
76+
{ {{NativeVersion.Major}}, {{NativeVersion.Minor}}, {{NativeVersion.Build}}, {{NativeVersion.Revision}} }
7777
};
7878
";
7979

0 commit comments

Comments
 (0)