Skip to content

Commit e8228c4

Browse files
committed
fix lint
1 parent 1989fd9 commit e8228c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Dialogs/PreferencesDialog.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public class Dialogs.PreferencesDialog : Granite.Dialog {
236236
sensitive = true;
237237
} else if (long_break_scale.current_value != Default.LONG_BREAK_DURATION) {
238238
sensitive = true;
239-
} else if (long_break_delay_scale.current_value != Default.LONG_BREAK_DELAY) {
239+
} else if (long_break_delay_scale.current_value != Default.LONG_BREAK_DELAY) {
240240
sensitive = true;
241241
}
242242

src/Enums.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public enum Status {
2828
}
2929

3030
private int break_messages_index = 0;
31-
private const string[] break_messages = {
31+
private const string[] break_messages = { // vala-lint=naming-convention
3232
N_("Go have a coffee"),
3333
N_("Drink some water"),
3434
N_("Get up and dance!"),

0 commit comments

Comments
 (0)