Skip to content

Commit b85e637

Browse files
committed
Add missing #nullable in test file
1 parent b93fe29 commit b85e637

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Mvc/test/WebSites/BasicWebSite/Controllers/CustomServiceApiController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4+
#nullable enable
5+
46
using Microsoft.AspNetCore.Mvc;
57

68
namespace BasicWebSite;

0 commit comments

Comments
 (0)