aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/CompressionLevel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Data/CompressionLevel.cs')
-rw-r--r--src/WixToolset.Data/CompressionLevel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Data/CompressionLevel.cs b/src/WixToolset.Data/CompressionLevel.cs
index c98eb9e1..05aa3816 100644
--- a/src/WixToolset.Data/CompressionLevel.cs
+++ b/src/WixToolset.Data/CompressionLevel.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 WixToolset.Data 3namespace WixToolset.Data
4{ 4{
@@ -22,4 +22,4 @@ namespace WixToolset.Data
22 /// <summary>Use ms-zip compression.</summary> 22 /// <summary>Use ms-zip compression.</summary>
23 Mszip 23 Mszip
24 } 24 }
25} \ No newline at end of file 25}