File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,10 +237,10 @@ var length
237237
238238 return new StringBuilder ( length )
239239 . Append ( Name )
240- . Append ( ChunkA ) . AppendJoined ( _entry . Provides )
241- . Append ( ChunkB ) . AppendJoined ( _entry . Requires )
242- . Append ( ChunkC ) . Append ( value )
243- . Append ( ChunkD ) . ToString ( ) ;
240+ . Append ( ChunkA ) . AppendJoined ( _entry . Provides )
241+ . Append ( ChunkB ) . AppendJoined ( _entry . Requires )
242+ . Append ( ChunkC ) . Append ( value )
243+ . Append ( ChunkD [ 0 ] ) . ToString ( ) ;
244244 }
245245 }
246246}
Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ var length
142142
143143 return new StringBuilder ( length )
144144 . Append ( Name )
145- . Append ( ChunkA ) . AppendJoined ( providedBy )
146- . Append ( ChunkB ) . AppendJoined ( requiredBy )
147- . Append ( ChunkC ) . ToString ( ) ;
145+ . Append ( ChunkA ) . AppendJoined ( providedBy )
146+ . Append ( ChunkB ) . AppendJoined ( requiredBy )
147+ . Append ( ChunkC [ 0 ] ) . ToString ( ) ;
148148 }
149149 }
150150}
You can’t perform that action at this time.
0 commit comments