Skip to content

Commit b8a9d57

Browse files
committed
small formatting fix
1 parent 4042dcc commit b8a9d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Monitors/DiskUsageMonitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function runMonitor()
5555

5656
$this->totalSpace = disk_total_space($this->path);
5757

58-
$this->freeSpace= disk_free_space($this->path);
58+
$this->freeSpace = disk_free_space($this->path);
5959

6060
$this->usedSpace = $this->totalSpace - $this->freeSpace;
6161

0 commit comments

Comments
 (0)