Skip to content

Commit

Permalink
fix: code style
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Sep 15, 2024
1 parent d100c20 commit 02c3962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dav/lib/CalDAV/Reminder/Backend.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class Backend {

public function __construct(
protected IDBConnection $db,
private ITimeFactory $timeFactory) {
}
private ITimeFactory $timeFactory
) {}

/**
* Get all reminders with a notification date before now
Expand Down

0 comments on commit 02c3962

Please sign in to comment.