Skip to content

Commit

Permalink
IMPROVEMENT-39: Format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
grafviktor committed Apr 30, 2024
1 parent accfcc7 commit fb3142a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/model/ssh/option_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package ssh

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

"github.com/stretchr/testify/require"
)

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

0 comments on commit fb3142a

Please sign in to comment.