Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Oct 16, 2024
1 parent 1cd7b95 commit c9f98a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion apstra/two_stage_l3_clos_rendered_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ package apstra
import (
"context"
"fmt"
"github.com/Juniper/apstra-go-sdk/apstra/enum"
"net/http"

"github.com/Juniper/apstra-go-sdk/apstra/enum"
)

const (
Expand Down
6 changes: 3 additions & 3 deletions apstra/two_stage_l3_clos_rendered_config_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ import (
"bufio"
"context"
"fmt"
"github.com/Juniper/apstra-go-sdk/apstra/enum"
"github.com/stretchr/testify/require"
"strings"
"testing"

"github.com/Juniper/apstra-go-sdk/apstra/enum"
"github.com/stretchr/testify/require"
)

func TestGetNodeRenderedConfig(t *testing.T) {
Expand Down Expand Up @@ -59,7 +60,6 @@ func TestGetNodeRenderedConfig(t *testing.T) {
require.Greaterf(t, lineCount, 100, "deployed config less than 100 lines is sus")
})
}

})
}
}
3 changes: 2 additions & 1 deletion apstra/two_stage_l3_clos_rendered_diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/Juniper/apstra-go-sdk/apstra/enum"
"net/http"

"github.com/Juniper/apstra-go-sdk/apstra/enum"
)

const (
Expand Down
5 changes: 3 additions & 2 deletions apstra/two_stage_l3_clos_rendered_diff_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ import (
"bufio"
"context"
"fmt"
"github.com/Juniper/apstra-go-sdk/apstra/enum"
"github.com/stretchr/testify/require"
"math/rand/v2"
"strings"
"sync"
"testing"

"github.com/Juniper/apstra-go-sdk/apstra/enum"
"github.com/stretchr/testify/require"
)

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

0 comments on commit c9f98a6

Please sign in to comment.