Skip to content

Commit f667c85

Browse files
committed
Missing semicolon
1 parent 6606b29 commit f667c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dfu/src/main/java/no/nordicsemi/android/dfu/DfuServiceInitiator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,6 @@ public static void createDfuNotificationChannel(@NonNull final Context context,
929929

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

0 commit comments

Comments
 (0)