Skip to content

Commit 589711a

Browse files
removed comments that were no longer needed
1 parent f1b9090 commit 589711a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

dotnet/dotnetgadget.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ func CreateDLLReflection(DLLBytes []byte, formatter string) (string, bool) {
467467
ObjectID: 45,
468468
Value: "System.Linq.Enumerable+WhereSelectEnumerableIterator`2[[System.Collections.Generic.IEnumerator`1[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]",
469469
},
470-
4, // Val1 as int32
471-
MemberReferenceRecord{IDRef: 34}, // Val2
470+
4,
471+
MemberReferenceRecord{IDRef: 34},
472472
},
473473
}
474474
records = append(records, classWithIDRecordID21)
@@ -919,7 +919,7 @@ func CreateDLLReflection(DLLBytes []byte, formatter string) (string, bool) {
919919
MemberReferenceRecord{IDRef: 0x72},
920920
BinaryObjectRecord{ObjectID: 0x76, Value: "System.Type get_Current()"},
921921
BinaryObjectRecord{ObjectID: 0x77, Value: "System.Type get_Current()"},
922-
8, // Corresponds with referenced, like classWithID18
922+
8,
923923
ObjectNullRecord{},
924924
},
925925
}
@@ -951,7 +951,7 @@ func CreateDLLReflection(DLLBytes []byte, formatter string) (string, bool) {
951951
MemberReferenceRecord{IDRef: 0x7a},
952952
BinaryObjectRecord{ObjectID: 0x7e, Value: "System.Object CreateInstance(System.Type)"},
953953
BinaryObjectRecord{ObjectID: 0x7f, Value: "System.Object CreateInstance(System.Type)"},
954-
8, // Corresponds with referenced, like classWithID18
954+
8,
955955
ObjectNullRecord{},
956956
},
957957
}
@@ -1010,9 +1010,9 @@ func CreateDLLReflection(DLLBytes []byte, formatter string) (string, bool) {
10101010
},
10111011
MemberTypeInfo: ID130MemberTypeInfo,
10121012
MemberValues: []interface{}{
1013-
PrimitiveInt32(1959924499), // expected hex ref just in case I screwed this up: 13 13 d2 74
1014-
PrimitiveInt16(10990), // expected hex ref ee 2a
1015-
PrimitiveInt16(4561), // expected hex ref d1 11
1013+
PrimitiveInt32(1959924499),
1014+
PrimitiveInt16(10990),
1015+
PrimitiveInt16(4561),
10161016
PrimitiveByte(0x8b),
10171017
PrimitiveByte(0xfb),
10181018
PrimitiveByte(0x00),

0 commit comments

Comments
 (0)