fine-tuning #2030
This commit is contained in:
parent
41f9d95941
commit
35327b0055
|
|
@ -225,7 +225,7 @@ function run() {
|
||||||
col = line.length;
|
col = line.length;
|
||||||
}
|
}
|
||||||
if (line) {
|
if (line) {
|
||||||
var limit = 78;
|
var limit = 70;
|
||||||
if (col > limit) {
|
if (col > limit) {
|
||||||
line = line.slice(col - limit);
|
line = line.slice(col - limit);
|
||||||
col = limit;
|
col = limit;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user