style: fix indentation in DailyNotificationWorker and AndroidManifest

- Normalize indentation in DailyNotificationWorker.java
- Normalize indentation in AndroidManifest.xml
This commit is contained in:
Matthew Raymer
2025-11-18 09:51:20 +00:00
parent a8039d072d
commit ed62f7ee25
2 changed files with 17 additions and 17 deletions

View File

@@ -34,7 +34,7 @@
<action android:name="com.timesafari.daily.NOTIFICATION" />
</intent-filter>
</receiver>
<!-- NotifyReceiver for AlarmManager-based notifications -->
<receiver
android:name="com.timesafari.dailynotification.NotifyReceiver"