Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit 61bc1c9

Browse files
committed
TASK: Reformat code
1 parent 6c736f0 commit 61bc1c9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/src/main/java/de/aurora/mggvertretungsplan/networking/ConnectionManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public static boolean isConnectionActive(Context context) {
1717
final NetworkInfo activeNetwork = conMgr.getActiveNetworkInfo();
1818

1919
return null != activeNetwork && activeNetwork.isConnected();
20-
2120
}
2221

2322
}

app/src/main/res/layout/view_date_heading.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@
2828
android:layout_marginEnd="15dp"
2929
android:layout_marginRight="15dp" />
3030

31-
3231
</RelativeLayout>

0 commit comments

Comments
 (0)