Skip to content

Commit b0f6bb6

Browse files
authored
Merge pull request #24 from AmazonPython/analysis-KZ71JQ
Apply fixes from StyleCI
2 parents 691abba + 8a7a923 commit b0f6bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Trending.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function push($thread)
3535
{
3636
Redis::zincrby($this->cacheKey(), 1, json_encode([
3737
'title' => $thread->title,
38-
'path' => $thread->path()
38+
'path' => $thread->path(),
3939
]));
4040
}
4141

0 commit comments

Comments
 (0)