From 5cc5c407de34e4d5338f46cb9f61bc80071dbdc7 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Thu, 3 Oct 2019 19:05:56 -0700 Subject: [PATCH] Fix #928 Fix formatting of GetRootContainerReference xmldoc remarks This change fixes the formatting of the `` field of the xmldoc for CloudBlobClient.GetRootContainerReference. It appears fine when reading the source code, but on docs.microsoft.com, the second line appears indented. I think this may be because of the newline in this block. This newline in this block has been removed. There are other LOC in this file that are around or above the character count per line, if keeping a consistent ruler is an issue. --- Lib/Common/Blob/CloudBlobClient.Common.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/Common/Blob/CloudBlobClient.Common.cs b/Lib/Common/Blob/CloudBlobClient.Common.cs index 304dfdc93..a57e98559 100644 --- a/Lib/Common/Blob/CloudBlobClient.Common.cs +++ b/Lib/Common/Blob/CloudBlobClient.Common.cs @@ -187,8 +187,7 @@ public string DefaultDelimiter /// Returns a reference to the root container. /// /// A object. - /// Note that the root container must be explicitly created, if it does not already exist, before - /// you can read from it or write to it. + /// Note that the root container must be explicitly created, if it does not already exist, before you can read from it or write to it. [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Reviewed")] public virtual CloudBlobContainer GetRootContainerReference() {