You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
deploy: f0e8d44e6e
This commit is contained in:
@@ -580,7 +580,7 @@
|
||||
));
|
||||
}
|
||||
};
|
||||
<span class="kw">if </span>!matches.get_flag(OPT_WIDTH) {
|
||||
<span class="kw">if </span>!matches.contains_id(OPT_WIDTH) {
|
||||
fmt_opts.width = cmp::max(
|
||||
fmt_opts.goal * <span class="number">100 </span>/ DEFAULT_GOAL_TO_WIDTH_RATIO,
|
||||
fmt_opts.goal + <span class="number">3</span>,
|
||||
|
||||
Reference in New Issue
Block a user