Skip to content

Commit 11c031c

Browse files
PatrickePatategithub-actions[bot]
authored andcommitted
Fix styling
1 parent decb1b1 commit 11c031c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/HasBookAttribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function refreshBook(bool $force = false): self
2020
->force($force)
2121
->refreshIfNeeded($this->book),
2222
]);
23-
} catch(TiteLiveBookNotFoundException $e) {
23+
} catch (TiteLiveBookNotFoundException $e) {
2424
$this->delete();
2525
}
2626

0 commit comments

Comments
 (0)