Skip to content

Commit 0da1347

Browse files
Fix formatting error
1 parent 8b8c936 commit 0da1347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appcheck/firebase-appcheck/src/main/java/com/google/firebase/appcheck/AppCheckProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
/**
2121
* Interface for a provider that generates {@link AppCheckToken}s. This provider can be called at
2222
* any time by any Firebase library that depends (optionally or otherwise) on {@link
23-
* AppCheckToken}s. This provider is responsible for determining if it can create a new token
24-
* at the time of the call and returning that new token if it can.
23+
* AppCheckToken}s. This provider is responsible for determining if it can create a new token at the
24+
* time of the call and returning that new token if it can.
2525
*/
2626
public interface AppCheckProvider {
2727

0 commit comments

Comments
 (0)