Fix indentation.

This commit is contained in:
Onuray Sahin 2022-12-23 13:40:08 +03:00
parent 2085f7f17d
commit 2ddc3b6d05
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class ToggleIpAddressVisibilityUseCaseTest {
@Test
fun `given ip addresses are currently not visible then then visibility is set as true`() {
// Given
// Given
fakeVectorPreferences.givenShowIpAddressInSessionManagerScreens(false)
// When