fmt update

This commit is contained in:
Adam Hathcock
2023-09-18 09:48:31 +01:00
parent 6a97e82a2e
commit feb2c38572
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.24.2",
"version": "0.25.0",
"commands": [
"dotnet-csharpier"
]

View File

@@ -184,8 +184,8 @@ public class SevenZipArchiveTests : ArchiveTests
}
CompareArchivesByPath(
Path.Combine(SCRATCH_FILES_PATH, "7Zip.Tar.tar"),
Path.Combine(TEST_ARCHIVES_PATH, "7Zip.Tar.tar")
);
Path.Combine(SCRATCH_FILES_PATH, "7Zip.Tar.tar"),
Path.Combine(TEST_ARCHIVES_PATH, "7Zip.Tar.tar")
);
}
}