Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Aug 29, 2023
1 parent fd95536 commit be38210
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ class NotificationHelperTest {
fun `VPN connected notification`() {
notificationHelper.vpnConnectedNotification()
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ class LanternHttpClientTest {
assertEquals("Some Content", it.body!!.string())
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,4 @@ class InAppBillingTest {
inAppBilling.initConnection()
verify { inAppBilling.handlePendingPurchases() }
}

}
}

0 comments on commit be38210

Please sign in to comment.