mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-09-14 21:21:35 +00:00
Go fmt
This commit is contained in:
@@ -245,7 +245,7 @@ func stringRemainder(aStr, bStr string) string {
|
|||||||
var long, short string
|
var long, short string
|
||||||
//figure out which string is longer
|
//figure out which string is longer
|
||||||
switch {
|
switch {
|
||||||
case len(aStr) < len (bStr):
|
case len(aStr) < len(bStr):
|
||||||
short = aStr
|
short = aStr
|
||||||
long = bStr
|
long = bStr
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user