mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
[Metadata] Fix whitespace
This commit is contained in:
@ -50,8 +50,8 @@ define(
|
|||||||
|
|
||||||
function formatTimestamp(timestamp) {
|
function formatTimestamp(timestamp) {
|
||||||
return typeof timestamp === 'number' ?
|
return typeof timestamp === 'number' ?
|
||||||
(moment.utc(timestamp).format(TIME_FORMAT) + " UTC") :
|
(moment.utc(timestamp).format(TIME_FORMAT) + " UTC") :
|
||||||
undefined;
|
undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
function getProperties() {
|
function getProperties() {
|
||||||
|
Reference in New Issue
Block a user