Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed Mar 29, 2022
1 parent 8b1be46 commit ff53779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/controller/association/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (

// timeToExpectServiceAfterCreation is an arbitrary time to wait after the associated object is created and start logging
// an error if the service of the associated object cannot be found
timeToExpectServiceAfterCreation = 5*time.Second
timeToExpectServiceAfterCreation = 5 * time.Second
)

// AssociationInfo contains information specific to a particular associated resource (eg. Kibana, APMServer, etc.).
Expand Down
4 changes: 2 additions & 2 deletions pkg/controller/association/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ var (
sampleKibanaNoEsRef = func() kbv1.Kibana {
return kbv1.Kibana{
ObjectMeta: metav1.ObjectMeta{
Namespace: kibanaNamespace,
Name: "kbname",
Namespace: kibanaNamespace,
Name: "kbname",
CreationTimestamp: metav1.Now(),
},
}
Expand Down

0 comments on commit ff53779

Please sign in to comment.