Enable eslint indentation rule.

This is a fully automated change.  The linter will fail because the
extra indentation caused line-length errors.  These won't be fixed
automatically.  They are fixed in a follow-up to make this one fully
automated.

Change-Id: I4d8cf9c998985add2bcd24a81c8d65495668c4f3
This commit is contained in:
Jacob Trimble
2019-05-13 15:20:37 -07:00
parent 615b46d70c
commit f130dffcef
135 changed files with 5318 additions and 5319 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ describe('DashParser SegmentList', () => {
'</SegmentList>',
], 30 /* duration */);
const references = [ManifestParser.makeReference('s1.mp4', 1,
0, 30, baseUri)];
0, 30, baseUri)];
await Dash.testSegmentIndex(source, references);
});