Skip to content

Commit fb1625f

Browse files
committed
Cleaned up formatting
1 parent c61d2a5 commit fb1625f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Ignia.Topics.Data.Sql/SqlTopicRepository.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,7 @@ public override ContentTypeDescriptorCollection GetContentTypeDescriptors() {
297297
/*----------------------------------------------------------------------------------------------------------------------
298298
| Add available Content Types to the collection
299299
\---------------------------------------------------------------------------------------------------------------------*/
300-
foreach (
301-
var topic in
302-
configuration.Children.GetTopic("ContentTypes").FindAllByAttribute("ContentType", nameof(ContentTypeDescriptor))
303-
) {
300+
foreach (var topic in configuration.Children.GetTopic("ContentTypes").FindAllByAttribute("ContentType", "ContentType")) {
304301
// Ensure the Topic is used as the strongly-typed ContentType
305302
// Add ContentType Topic to collection if not already added
306303
if (

0 commit comments

Comments
 (0)