Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay committed Feb 20, 2019
1 parent 31c5817 commit 09f4b94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/jaeger/jaeger_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ func (r *ReconcileJaeger) handleCreate(str strategy.S) (bool, error) {
objs := str.Create()
created := false
for _, obj := range objs {

err := r.client.Create(context.Background(), obj)
if err != nil && !apierrors.IsAlreadyExists(err) {
log.WithError(err).Error("failed to create")
Expand Down

0 comments on commit 09f4b94

Please sign in to comment.