Skip to content

Commit

Permalink
Run spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Feb 7, 2022
1 parent 37dea13 commit 3352218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit 3352218

Please sign in to comment.