[Style] Remove trailing commas

Remove trailing commas that snuck through in #1564.
This commit is contained in:
Pete Richards
2017-05-16 15:12:37 -07:00
parent 6e4abcfed8
commit 0dc65f5dfb
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
define([
'./TelemetryMetadataManager',
'./TelemetryValueFormatter',
'lodash',
'lodash'
], function (
TelemetryMetadataManager,
TelemetryValueFormatter,