Skip to content

Commit

Permalink
fix up the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Aug 21, 2024
1 parent e5e6b09 commit 72cfda7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,4 +494,3 @@ class ClientTest {
assertEquals(state.installationIds.size, 1)
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ class InboxState(private val ffiInboxState: FfiInboxState) {

val recoveryAddress: String
get() = ffiInboxState.recoveryAddress

}

0 comments on commit 72cfda7

Please sign in to comment.