Skip to content

Commit 8a7a923

Browse files
AmazonPythonStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 691abba commit 8a7a923

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)