We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518ba6a commit c97d092Copy full SHA for c97d092
test/Cli/Func.E2ETests/Constants.cs
@@ -1,12 +1,10 @@
1
-using System;
2
-using System.Collections.Generic;
3
-using System.Linq;
4
-using System.Text;
5
-using System.Threading.Tasks;
+// Copyright (c) .NET Foundation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for license information.
6
7
namespace Func.E2ETests
8
{
9
internal static class Constants
10
11
internal const string FuncPath = "FUNC_PATH";
12
}
+}
0 commit comments