Skip to content

Commit 15166ba

Browse files
committed
chore: remove redunant return
1 parent df0e907 commit 15166ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

journald.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ func handleLogEntry(entry LogEntry, driveName string) {
156156
if err := sendDesktopNotificationError(title, message); err != nil {
157157
fmt.Printf("Failed to send notification: %v\n", err)
158158
}
159-
return
160159
}
161160

162161
func requestFileMove(entry LogEntry, driveName string) {

0 commit comments

Comments
 (0)