Skip to content

Commit

Permalink
Suppress Qodana warnings about awaiting a void method.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Dec 16, 2024
1 parent 37c9c09 commit cf16f23
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System;
// ReSharper disable AsyncVoidLambda

using System;
using System.Threading.Tasks;
using FluentAssertions.Execution;
using FluentAssertions.Extensions;
Expand Down

0 comments on commit cf16f23

Please sign in to comment.