Remove empty lines at beginning of statements without braces #786
Annotations
2 errors and 1 warning
Src/CSharpier.Tests/CSharpier.Tests.Generators/CSharpier.Tests.Generators.FormattingTestsGenerator/FormattingTests.cs#L742
Expected normalizedCode to be
"#if DEBUG
namespace Namespace;
using System.Runtime.Remoting;
using System;
class ClassName { }
#endif
" with a length of 108, but
"#if DEBUG
namespace Namespace;
using System;
using System.Runtime.Remoting;
class ClassName { }
#endif
" has a length of 106, differs near ";
u" (index 44).
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading