Skip to content

Commit

Permalink
Ensure sources are goimports-ed
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Dec 17, 2021
1 parent 8c8bba1 commit 335669f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scene.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"

"github.com/andreykaipov/goobs/api/requests/scenes"
"github.com/andreykaipov/goobs/api/requests/studio_mode"
studiomode "github.com/andreykaipov/goobs/api/requests/studio_mode"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion studiomode.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"strconv"

"github.com/andreykaipov/goobs/api/requests/studio_mode"
studiomode "github.com/andreykaipov/goobs/api/requests/studio_mode"
"github.com/spf13/cobra"
)

Expand Down

0 comments on commit 335669f

Please sign in to comment.