[style] Fixing TSLint violations

This commit is contained in:
Steven Evans
2018-08-06 23:36:28 -04:00
parent aa18420e0c
commit 68527d6258
2 changed files with 213 additions and 52 deletions
+3
View File
@@ -1,3 +1,6 @@
/**
* Formats the current time (to the minute).
*/
export function getTimestamp() {
const d: Date = new Date();
// A negative slice value takes from the end of the string rather than the beginning.