Skip to content

Commit 19d9a64

Browse files
Merge pull request #109 from TheDragonCode/code-style-2qru5oz
The code style has been fixed
2 parents 6f9e890 + 35ba53c commit 19d9a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/GeneratorService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function feed(Feed $feed, ?OutputStyle $output = null): void
4545

4646
$this->release($file, $path);
4747

48-
$this->setLastActivity($feed);
48+
$this->setLastActivity($feed);
4949
$this->setLastActivity($feed);
5050
} catch (Throwable $e) {
5151
throw new FeedGenerationException(get_class($feed), $e);

0 commit comments

Comments
 (0)