Skip to content

Commit 7fe6759

Browse files
committed
Format code
1 parent 265cdd5 commit 7fe6759

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/Sentry.Tests/AttributeReaderTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ public class AttributeReaderTests
66
public void Simple()
77
{
88
var assembly = typeof(AttributeReaderTests).Assembly;
9-
#pragma warning disable IDE0055 // Disable formatting - see https://github.com/getsentry/sentry-dotnet/pull/4911#discussion_r2795717887
10-
Assert.NotNull(AttributeReader.TryGetProjectDirectory(assembly));
119
#pragma warning restore IDE0055 // Restore formatting
1210
}
1311
}

0 commit comments

Comments
 (0)