aboutsummaryrefslogtreecommitdiff
path: root/src/test/Example.Extension/ExampleTuple.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/Example.Extension/ExampleTuple.cs')
-rw-r--r--src/test/Example.Extension/ExampleTuple.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/Example.Extension/ExampleTuple.cs b/src/test/Example.Extension/ExampleTuple.cs
index 0fc0d82c..f2bcb925 100644
--- a/src/test/Example.Extension/ExampleTuple.cs
+++ b/src/test/Example.Extension/ExampleTuple.cs
@@ -1,4 +1,4 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace Example.Extension 3namespace Example.Extension
4{ 4{
@@ -6,7 +6,6 @@ namespace Example.Extension
6 6
7 public enum ExampleTupleFields 7 public enum ExampleTupleFields
8 { 8 {
9 Example,
10 Value, 9 Value,
11 } 10 }
12 11