Skip to content

Commit

Permalink
jaegertracing#2048 - Fix fmt issue
Browse files Browse the repository at this point in the history
Signed-off-by: santosh <bsantosh@thoughtworks.com>
  • Loading branch information
bhiravabhatla committed Feb 13, 2021
1 parent 61049f9 commit c10a0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/esmapping-generator/app/flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
package app

import (
"github.com/stretchr/testify/require"
"testing"

"github.com/spf13/cobra"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

func TestOptionsWithDefaultFlags(t *testing.T) {
Expand Down

0 comments on commit c10a0a1

Please sign in to comment.