Skip to content

Commit 036ac45

Browse files
committed
fixing linter errors
1 parent bdd0162 commit 036ac45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-browser/src/cache/BrowserStorage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export class BrowserStorage implements ICacheStorage {
268268
/**
269269
* Dummy implementation until browser cache is migrated
270270
*/
271-
setCache() {
271+
setCache(): void {
272272
// sets nothing
273273
}
274274
}

0 commit comments

Comments
 (0)