From 61ecf15d7005b9613ef56e5e402911118c06f4a6 Mon Sep 17 00:00:00 2001 From: Steve Cadwallader Date: Tue, 8 Mar 2016 07:44:24 -0500 Subject: [PATCH] Tweaks to the expected results for XML comment formatting. --- .../Formatting/Data/XMLCommentFormat_Formatted.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CodeMaid.IntegrationTests/Formatting/Data/XMLCommentFormat_Formatted.cs b/CodeMaid.IntegrationTests/Formatting/Data/XMLCommentFormat_Formatted.cs index 00abb0c3..d2a61023 100644 --- a/CodeMaid.IntegrationTests/Formatting/Data/XMLCommentFormat_Formatted.cs +++ b/CodeMaid.IntegrationTests/Formatting/Data/XMLCommentFormat_Formatted.cs @@ -4,8 +4,8 @@ public class XMLCommentFormat { /// /// Firsts the method. This method has a really long description that will cover over - /// multiple lines without any regard for the duration expected of a traditional comment - /// that has more respect for being at a reasonable length instead of an exceedingly long length. + /// multiple lines without any regard for the duration expected of a traditional comment that + /// has more respect for being at a reasonable length instead of an exceedingly long length. /// /// The first parameter. /// The second parameter. @@ -20,8 +20,8 @@ public bool FirstMethod(string param1, string param2) /// that will exceed the line boundary. /// /// - /// A remarks section that has a very long description that just goes on for a long period - /// of time that will exceed the line boundary. + /// A remarks section that has a very long description that just goes on for a long period of + /// time that will exceed the line boundary. /// /// /// An example that has a very long description that just goes on for a long period of time @@ -36,8 +36,8 @@ public bool FirstMethod(string param1, string param2) /// of time that will exceed the line boundary. /// /// - /// An exception that has a very long description that just goes on for a long period of - /// time that will exceed the line boundary. + /// An exception that has a very long description that just goes on for a long period of time + /// that will exceed the line boundary. /// public bool SecondMethod(bool isParam) {