Skip to content

Commit 53ee685

Browse files
committed
fix formatting
1 parent 19611e0 commit 53ee685

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry-android-core/src/main/java/io/sentry/android/core/DeviceInfoUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ private void setDeviceIO(
237237
.runWithRelaxedPolicy(
238238
() -> {
239239
final @Nullable File dataDir = Environment.getDataDirectory();
240-
;
241240
if (dataDir != null) {
242241
StatFs internalStorageStat = new StatFs(dataDir.getPath());
243242
device.setStorageSize(getTotalInternalStorage(internalStorageStat));

0 commit comments

Comments
 (0)