Skip to content

Commit

Permalink
Fix additional ktlint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcreaser committed Dec 9, 2022
1 parent bce2dcf commit 02852e5
Showing 1 changed file with 8 additions and 8 deletions.
Expand Up @@ -130,15 +130,15 @@ object SignUpTestCaseGenerator : SerializableProvider {
apiName = AuthAPI.signUp,
responseType = ResponseType.Success,
response =
AuthSignUpResult(
true,
AuthNextSignUpStep(
AuthSignUpStep.DONE,
emptyMap(),
null
),
AuthSignUpResult(
true,
AuthNextSignUpStep(
AuthSignUpStep.DONE,
emptyMap(),
null
).toJsonElement()
),
null
).toJsonElement()
)
)
)
Expand Down

0 comments on commit 02852e5

Please sign in to comment.