Run spotless

This commit is contained in:
Yogesh Choudhary Paliyal
2022-02-07 09:56:44 +05:30
parent 37dea13025
commit 33522183fe

View File

@@ -48,7 +48,7 @@ class CrashActivity : AppCompatActivity() {
deviceInfo.append("\n")
deviceInfo.append("Device API Version: " + Build.VERSION.SDK_INT)
deviceInfo.append("\n")
}catch (e:Exception){
} catch (e: Exception) {
e.printStackTrace()
}