Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 5, 2023
1 parent 6606b29 commit f667c85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,6 @@ public static void createDfuNotificationChannel(@NonNull final Context context,

@RequiresApi(api = Build.VERSION_CODES.O)
public static void createDfuNotificationChannel(@NonNull final Context context) {
createDfuNotificationChannel(context, context.getString(R.string.dfu_channel_name), context.getString(R.string.dfu_channel_description), false)
createDfuNotificationChannel(context, context.getString(R.string.dfu_channel_name), context.getString(R.string.dfu_channel_description), false);
}
}

0 comments on commit f667c85

Please sign in to comment.