Modify S3168: Fix error in compliant code example (#4090)

This commit is contained in:
Sebastien Marichal 2024-07-23 15:21:02 +02:00 committed by GitHub
parent a20a45637b
commit f39f18d8d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ private async Task ThrowExceptionAsync() // Compliant: async method return type
throw new InvalidOperationException();
}
public void Method()
public async Task Method()
{
try
{