Skip to content

Commit b21fcaf

Browse files
committed
Fix lint
1 parent f3f270f commit b21fcaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/platform_browser/popup_redirect.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('platform_browser/popup_redirect', () => {
7272
});
7373
});
7474

75-
function setGapiStub() {
75+
function setGapiStub(): void {
7676
loadGapiStub.returns(
7777
Promise.resolve(({
7878
open: () =>

0 commit comments

Comments
 (0)