Commit 2ea09791 authored by Mygod's avatar Mygod

Remove blank line

parent f7d504f1
...@@ -91,7 +91,6 @@ class StatsBar @JvmOverloads constructor(context: Context, attrs: AttributeSet? ...@@ -91,7 +91,6 @@ class StatsBar @JvmOverloads constructor(context: Context, attrs: AttributeSet?
rxRateText.text = context.getString(R.string.speed, Formatter.formatFileSize(context, rxRate)) rxRateText.text = context.getString(R.string.speed, Formatter.formatFileSize(context, rxRate))
} }
/** /**
* Based on: https://android.googlesource.com/platform/frameworks/base/+/b19a838/services/core/java/com/android/server/connectivity/NetworkMonitor.java#1071 * Based on: https://android.googlesource.com/platform/frameworks/base/+/b19a838/services/core/java/com/android/server/connectivity/NetworkMonitor.java#1071
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment