Skip to content

Commit 7660980

Browse files
committed
Add newline before return in detect functions
1 parent 8b0de3c commit 7660980

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

db/Binary/bin.UPC.1.sg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ function detect() {
1313
bDetected = true;
1414
}
1515
}
16+
1617
return result();
17-
}
18+
}

db/Binary/bin.UPF.1.sg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ function detect() {
1313
bDetected = true;
1414
}
1515
}
16+
1617
return result();
17-
}
18+
}

db/Binary/bin.UPI.1.sg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ function detect() {
1313
bDetected = true;
1414
}
1515
}
16+
1617
return result();
17-
}
18+
}

0 commit comments

Comments
 (0)