Skip to content
Snippets Groups Projects
Commit e4a62297 authored by Tibo's avatar Tibo
Browse files

fix style

parent 81525082
No related branches found
No related tags found
No related merge requests found
Pipeline #3775 passed
......@@ -12,7 +12,8 @@ class PartitionDelta
private $start;
private $end;
public function __construct(Partition $start, Partition $end) {
public function __construct(Partition $start, Partition $end)
{
if ($start->filesystem !== $end->filesystem) {
throw new \Exception("Comparing different filesystems!");
}
......@@ -62,6 +63,4 @@ class PartitionDelta
{
return Carbon::createFromTimeStamp($this->timeUntillFull())->diffForHumans();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment