Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
emilypgoogle committed Jan 11, 2024
1 parent cce9791 commit c658223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ class HttpsCallOptions {
// The timeout to use for calls from references created by this Functions.
private var timeout = DEFAULT_TIMEOUT
private var timeoutUnits = DEFAULT_TIMEOUT_UNITS
@JvmField
val limitedUseAppCheckTokens: Boolean
@JvmField val limitedUseAppCheckTokens: Boolean

/** Creates an (internal) HttpsCallOptions from the (external) [HttpsCallableOptions]. */
constructor(publicCallableOptions: HttpsCallableOptions) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ class HttpsCallableReference {
private val url: URL?

// Options for how to do the HTTPS call.
@VisibleForTesting
val options: HttpsCallOptions
@VisibleForTesting val options: HttpsCallOptions

/** Creates a new reference with the given options. */
internal constructor(
Expand Down

0 comments on commit c658223

Please sign in to comment.