Skip to content

Commit 8d5b003

Browse files
Remove additional whitespace
1 parent 9b57e6e commit 8d5b003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/hudson/scheduler/CronTabList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public synchronized boolean check(Calendar cal) {
7171
public String checkSanity() {
7272
for (CronTab tab : tabs) {
7373
String s = tab.checkSanity();
74-
if (s != null) return s;
74+
if (s != null) return s;
7575
}
7676
return null;
7777
}

0 commit comments

Comments
 (0)