Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
litenull committed Jan 22, 2015
1 parent 918871f commit bc2ca74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ filterModule.filter('getExpireTimestamp', ['$filter', 'settings', function ($fil
if (stash.expire === -1) {
return 'Never';
}

var expiration = (stash.content.timestamp + stash.expire) * 1000;
return $filter('date')(expiration, settings.date);
};
Expand Down

0 comments on commit bc2ca74

Please sign in to comment.