mirror of
https://github.com/nasa/openmct.git
synced 2025-04-07 19:34:25 +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([
|
||||
'angular',
|
||||
'./Region',
|
||||
'./Region'
|
||||
], function (
|
||||
angular,
|
||||
Region
|
||||
|
@ -21,7 +21,7 @@
|
||||
*****************************************************************************/
|
||||
|
||||
define([
|
||||
'lodash',
|
||||
'lodash'
|
||||
], function (
|
||||
_
|
||||
) {
|
||||
|
@ -23,7 +23,7 @@
|
||||
define([
|
||||
'./TelemetryMetadataManager',
|
||||
'./TelemetryValueFormatter',
|
||||
'lodash',
|
||||
'lodash'
|
||||
], function (
|
||||
TelemetryMetadataManager,
|
||||
TelemetryValueFormatter,
|
||||
|
Loading…
x
Reference in New Issue
Block a user