SA1025 - Visual-Stylecop/Visual-StyleCop GitHub Wiki

<title>SA1025: CodeMustNotContainMultipleWhitespaceInARow</title> <script src="script/helpstudio.js" type="text/javascript"></script> <script src="script/StandardText.js" type="text/jscript"></script>
<script type="text/jscript">WritePageTop(document.title);</script>

TypeName

CodeMustNotContainMultipleWhitespaceInARow

CheckId

SA1025

Category

Spacing Rules

Cause

The code contains multiple whitespace characters in a row.

Rule Description

A violation of this rule occurs whenever the code contains multiple whitespace characters in a row, unless the characters come at the beginning or end of a line of code, following a comma or semicolon or preceeding a symbol.

How to Fix Violations

To fix a violation of this rule, remove the extra whitespace characters are leave only a single space.

How to Suppress Violations

[SuppressMessage("StyleCop.CSharp.SpacingRules", "SA1025:CodeMustNotContainMultipleWhitespaceInARow", Justification = "Reviewed.")]
    </div>
</body>
⚠️ **GitHub.com Fallback** ⚠️