Skip to content

Commit 6d9507f

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent 68e3f0b commit 6d9507f

File tree

1 file changed

+4
-1
lines changed
  • packages-exp/auth-exp/src/core/strategies

1 file changed

+4
-1
lines changed

packages-exp/auth-exp/src/core/strategies/email.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { createAuthUri, CreateAuthUriRequest } from '../../api/authentication/create_auth_uri';
18+
import {
19+
createAuthUri,
20+
CreateAuthUriRequest
21+
} from '../../api/authentication/create_auth_uri';
1922
import * as api from '../../api/authentication/email_and_password';
2023
import { Operation } from '../../model/action_code_info';
2124
import {

0 commit comments

Comments
 (0)