mirror of
https://codeberg.org/scip/ts.git
synced 2025-12-17 04:30:56 +01:00
fix linting errs
This commit is contained in:
@@ -65,9 +65,7 @@ func (tp *TimestampProccessor) Parse(timestamp string) (time.Time, error) {
|
||||
}
|
||||
|
||||
// now failed, try module dateparse
|
||||
ts, err = dateparse.ParseAny(timestamp)
|
||||
|
||||
return ts, nil
|
||||
return dateparse.ParseAny(timestamp)
|
||||
}
|
||||
|
||||
func (tp *TimestampProccessor) Calc(timestampA, timestampB string) error {
|
||||
|
||||
Reference in New Issue
Block a user