This commit is contained in:
Gregory Rudolph
2019-10-11 10:30:27 -04:00
parent 218c9812c3
commit 4d24c38fe8
2 changed files with 109 additions and 109 deletions

View File

@ -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: