Skip to content

Commit 742d04e

Browse files
committed
Format
1 parent 87e9843 commit 742d04e

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

packages-exp/auth-exp/index.doc.ts

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1+
/**
2+
* @license
3+
* Copyright 2021 Google LLC
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
17+
118
// Internal index that pulls in all the different platforms, for documentation
219
// generation purposes only.
320

421
// Core (Browser) index
522
export * from './index';
623

724
export { cordovaPopupRedirectResolver } from './index.cordova';
8-
export { reactNativeLocalPersistence } from './index.rn';
25+
export { reactNativeLocalPersistence } from './index.rn';

packages-exp/auth-exp/index.rn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export * from './src';
3838
/**
3939
* An implementation of {@link Persistence} of type 'LOCAL' for use in React
4040
* Native environments.
41-
*
41+
*
4242
* @public
4343
*/
4444
export const reactNativeLocalPersistence =

0 commit comments

Comments
 (0)