Skip to content

Commit

Permalink
Fixed go-fmt problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-asplin-met-no committed Nov 14, 2023
1 parent 4364a49 commit 14df5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datastore/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
)

var (
dynamicTime bool // whether the valid time range is considered dynamic or static
loTimeSecs, hiTimeSecs int64
dynamicTime bool // whether the valid time range is considered dynamic or static
loTimeSecs, hiTimeSecs int64
matchFirstCap, matchAllCap *regexp.Regexp
)

Expand Down

0 comments on commit 14df5f0

Please sign in to comment.