mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-13 05:06:36 +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
|
// 00:00:00.000 +0300 +0300
|
||||||
p.extra = i - 1
|
p.extra = i - 1
|
||||||
p.trimExtra()
|
p.trimExtra()
|
||||||
break
|
|
||||||
default:
|
default:
|
||||||
if unicode.IsLetter(r) {
|
if unicode.IsLetter(r) {
|
||||||
// 00:07:31.945167 +0000 UTC
|
// 00:07:31.945167 +0000 UTC
|
||||||
|
Loading…
Reference in New Issue
Block a user