Skip to content

Commit

Permalink
bindings/kotlin: Fix format violations
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Jan 22, 2024
1 parent 612ebe0 commit 954c172
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 @@ -212,7 +212,6 @@ class Repository private constructor(internal val handle: Long, internal val cli
suspend fun setReadAccess(password: String?, shareToken: ShareToken? = null) =
client.invoke(RepositorySetReadAccess(handle, password, shareToken?.toString()))


/**
* Changes the local read and write password.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ class Session private constructor(
assert(response == null)
}


/**
* Removes a peer previously added with [addUserProvidedPeer]
*/
Expand Down

0 comments on commit 954c172

Please sign in to comment.