[Metadata] Fix whitespace

This commit is contained in:
Victor Woeltjen 2015-09-01 11:31:42 -07:00
parent bb738f9a93
commit c3efb29dfc

View File

@ -50,8 +50,8 @@ define(
function formatTimestamp(timestamp) {
return typeof timestamp === 'number' ?
(moment.utc(timestamp).format(TIME_FORMAT) + " UTC") :
undefined;
(moment.utc(timestamp).format(TIME_FORMAT) + " UTC") :
undefined;
}
function getProperties() {