Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorn committed Nov 9, 2018
1 parent 597c13f commit a4074f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions listener/provider/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

type inspection struct {
at time.Time
at time.Time
active bool
}

Expand Down Expand Up @@ -122,7 +122,7 @@ func (l *Local) updateKnown(ifi *source.Interface, level Confidence, failed bool

l.known[ifi.Name] = inspection{
active: !failed,
at: time.Now(),
at: time.Now(),
}
}

Expand Down
2 changes: 1 addition & 1 deletion listener/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (

type Merged struct {
ErrHook func(ref, network, address string, err error)
local *Local
local *Local
}

func (m *Merged) Provide(ctx context.Context, level Confidence) ([]core.Source, error) {
Expand Down

0 comments on commit a4074f7

Please sign in to comment.