mirror of
https://github.com/nasa/openmct.git
synced 2025-05-24 19:24:20 +00:00
[Style] Remove trailing commas
Remove trailing commas that snuck through in #1564.
This commit is contained in:
parent
6e4abcfed8
commit
0dc65f5dfb
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
define([
|
define([
|
||||||
'angular',
|
'angular',
|
||||||
'./Region',
|
'./Region'
|
||||||
], function (
|
], function (
|
||||||
angular,
|
angular,
|
||||||
Region
|
Region
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
define([
|
define([
|
||||||
'lodash',
|
'lodash'
|
||||||
], function (
|
], function (
|
||||||
_
|
_
|
||||||
) {
|
) {
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
define([
|
define([
|
||||||
'./TelemetryMetadataManager',
|
'./TelemetryMetadataManager',
|
||||||
'./TelemetryValueFormatter',
|
'./TelemetryValueFormatter',
|
||||||
'lodash',
|
'lodash'
|
||||||
], function (
|
], function (
|
||||||
TelemetryMetadataManager,
|
TelemetryMetadataManager,
|
||||||
TelemetryValueFormatter,
|
TelemetryValueFormatter,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user