Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Nov 9, 2023
1 parent af05329 commit 27bf3f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import (
"log"
"os"
"runtime"
"slices"
"strconv"
"strings"
"time"

"github.com/carlescere/scheduler"
"github.com/jonhadfield/githosts-utils"
"github.com/pkg/errors"
"slices"
)

const (
Expand Down
3 changes: 2 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"fmt"
"github.com/jonhadfield/githosts-utils"
"os"
"path"
"path/filepath"
Expand All @@ -11,6 +10,8 @@ import (
"strings"
"testing"

"github.com/jonhadfield/githosts-utils"

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

Expand Down

0 comments on commit 27bf3f8

Please sign in to comment.