Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Another un-needed bit removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Whitman committed Nov 2, 2011
1 parent c40e0b2 commit 0d622df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/uptime.coffee
Expand Up @@ -28,7 +28,7 @@ uptimeMe = (msg, start, cb) ->
if elements.length > 1
last = elements.pop()
response = elements.join ', '
response += ' and ' + last if last
response += ' and ' + last
else
response = elements.join ', '

Expand Down

0 comments on commit 0d622df

Please sign in to comment.