mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
started structuring project for testing + lint driven various refactoring
This commit is contained in:
parent
64099bc1fb
commit
bc3be7dd2b
5 changed files with 17 additions and 18 deletions
|
@ -46,9 +46,9 @@ func getPads(s string, maxLen int, align Alignment) (lPad int, rPad int) {
|
|||
} else if align == AlignCenter {
|
||||
lPad = diff / 2
|
||||
rPad = diff - lPad + 1
|
||||
} else {
|
||||
// TODO
|
||||
}
|
||||
} /* else {
|
||||
TODO
|
||||
} */
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue