Skip to content

Commit fbe7acc

Browse files
authored
Fixed comment spacing
1 parent 9159819 commit fbe7acc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Files.App/Data/Models/CompressArchiveModel.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ public async Task<bool> RunCreationAsync()
158158
};
159159

160160
compressor.CustomParameters.Add("mt", CPUThreads.ToString());
161-
//Use UTF-8 encoding.
162-
//References: 7-zip chm --> Command Line Version --> Switches
163-
//--> -m --> cu=[off | on].
164-
//Don't add "cu" parameter for 7zip files, see https://github.com/files-community/Files/issues/17257
161+
// Use UTF-8 encoding.
162+
// References: 7-zip chm --> Command Line Version --> Switches
163+
// --> -m --> cu=[off | on].
164+
// Don't add "cu" parameter for 7zip files, see https://github.com/files-community/Files/issues/17257
165165
if (FileFormat != ArchiveFormats.SevenZip)
166166
compressor.CustomParameters.Add("cu", "on");
167167

0 commit comments

Comments
 (0)