cleanup: Fix nullability declarations

Cleanup imported from an internal Google migration process, courtesy
of Laura Harker.

Change-Id: I11de518eafe6008938589e5250bdcaf8151267e9
This commit is contained in:
Joey Parrish
2021-06-21 15:54:39 -07:00
parent 4c7767f6be
commit 38ce45dce5
24 changed files with 291 additions and 291 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ goog.require('shaka.text.Cue');
describe('CeaDecoder', () => {
const CeaUtils = shaka.test.CeaUtils;
/** @type {!string} */
/** @type {string} */
const DEFAULT_BG_COLOR = shaka.cea.CeaUtils.DEFAULT_BG_COLOR;
/**