Skip to content

Commit 3477ae5

Browse files
committed
Fixed formatting inconsistencies across solution
1 parent ad3c420 commit 3477ae5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Ignia.Topics.Web/Migrations/TopicsSetup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public void Save(Topic topic, bool isRecursive = false, bool isDraft = false) {
175175
\-----------------------------------------------------------------------------------------------------------------------*/
176176
TopicRepository.ContentTypes.Clear();
177177

178-
}
178+
}
179179

180180
/*==========================================================================================================================
181181
| METHOD: UPDATE DERIVED TOPICS

Ignia.Topics.Web/TopicPage.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ namespace Ignia.Topics.Web {
2121
[SuppressMessage("Security", "CA5368", Justification = "Deprecated code; non-breaking issue.")]
2222
public class TopicPage : Page {
2323

24-
/*============================================================================================================================
25-
| PRIVATE VARIABLES
26-
\---------------------------------------------------------------------------------------------------------------------------*/
24+
/*==========================================================================================================================
25+
| PRIVATE VARIABLES
26+
\-------------------------------------------------------------------------------------------------------------------------*/
2727
private Topic _topic = null;
2828

2929
/*==========================================================================================================================
@@ -130,7 +130,7 @@ public void ValidatePageTopic(Topic pageTopic) {
130130
/*------------------------------------------------------------------------------------------------------------------------
131131
| Set title
132132
\-----------------------------------------------------------------------------------------------------------------------*/
133-
Page.Title = ((pageTopic != null)? pageTopic.Attributes.GetValue("MetaTitle", pageTopic.Attributes.GetValue("Title", pageTopic.Key)) : "");
133+
Page.Title = ((pageTopic != null) ? pageTopic.Attributes.GetValue("MetaTitle", pageTopic.Attributes.GetValue("Title", pageTopic.Key)) : "");
134134

135135
}
136136

0 commit comments

Comments
 (0)