Skip to content

Commit e197af4

Browse files
committed
Reformat
1 parent 57a9c26 commit e197af4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/LogFile.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ public function logs(): LogReader
5454

5555
public function size(): int
5656
{
57-
return LogViewer::getFilesystem()->exists($this->path) ? LogViewer::getFilesystem()->size($this->path) : 0;
57+
return LogViewer::getFilesystem()->exists($this->path)
58+
? LogViewer::getFilesystem()->size($this->path)
59+
: 0;
5860
}
5961

6062
public function sizeInMB(): float

0 commit comments

Comments
 (0)