Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Aug 5, 2017
1 parent b3da0e7 commit 801c651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ public function ttl(string $id): Promise {

if ($ttl < 0) {
return $this->ttl;
} else {
return $ttl;
}

return $ttl;
});
}
}

0 comments on commit 801c651

Please sign in to comment.