chore(dotnet): use csharp 10 namespace declaration (#17248)
This commit is contained in:
parent
bc942ef9ea
commit
0b4de0df7f
|
|
@ -37,9 +37,8 @@ using System.Threading.Tasks;
|
|||
|
||||
#nullable enable
|
||||
|
||||
namespace Microsoft.Playwright
|
||||
{
|
||||
namespace Microsoft.Playwright;
|
||||
|
||||
[CONTENT]
|
||||
}
|
||||
|
||||
#nullable disable
|
||||
|
|
|
|||
Loading…
Reference in a new issue