Skip to content

Commit 79a092c

Browse files
committed
Trailing-comment formatting keeps bugging me
1 parent 2adda27 commit 79a092c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Example/Example.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ internal sealed partial class Win32 // Container can be class/struct/interface/r
102102

103103
[NativeImport(
104104
kernel32 // Specify native library name
105-
//, EnforceBlittable = true // Whether to enforce blittable type validation (applies to all methods, can be overriden per-method)
105+
//, EnforceBlittable = true // Whether to enforce blittable type validation (applies to all methods, can be overriden per-method)
106106
, ExplicitOnly = true // Whether only methods explicitly marked with NIMA should be considered
107107
, Inherited = false // Whether to consider inherited interface methods
108108
, Lazy = true // Whether to use lazy or eager module loading

0 commit comments

Comments
 (0)