mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-10 11:51:54 +08:00
S1023: redundant break statement (gosimple)
This commit is contained in:
parent
4345a38e91
commit
515cd81767
@ -1595,7 +1595,6 @@ iterRunes:
|
||||
// 00:00:00.000 +0300 +0300
|
||||
p.extra = i - 1
|
||||
p.trimExtra()
|
||||
break
|
||||
default:
|
||||
if unicode.IsLetter(r) {
|
||||
// 00:07:31.945167 +0000 UTC
|
||||
|
Loading…
Reference in New Issue
Block a user