Fix indentation

This commit is contained in:
Niels Andriesse 2021-06-16 15:54:55 +10:00
parent bcd5d1cb0d
commit 4587f40128

View File

@ -87,5 +87,6 @@ class ScanQRCodeWrapperFragment : Fragment(), ScanQRCodePlaceholderFragmentDeleg
}
interface ScanQRCodeWrapperFragmentDelegate {
fun handleQRCodeScanned(string: String)
}