Lint for the Linter Gods

This commit is contained in:
Joshua M. Boniface
2026-03-24 22:31:17 -04:00
parent c22933260b
commit fec78c8448

View File

@@ -53,7 +53,8 @@ public static class StorageHelper
}
}
if (bestMatch is null) {
if (bestMatch is null)
{
throw new InvalidOperationException($"The path `{path}` has no matching parent device. Space check invalid.");
}