style: format storage health check braces

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
loks0n
2026-03-09 20:47:07 +00:00
co-authored by Claude Opus 4.6
parent 95b3db0228
commit 4d7aa6d8ab
@@ -71,7 +71,8 @@ class Get extends Action
} finally {
try {
$device->delete($path);
} catch (\Throwable) {}
} catch (\Throwable) {
}
}
}