Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed May 25, 2024
1 parent 2e919ea commit 97b51fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/datapoint_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package cmd

import (
"github.com/tommi2day/check_hm/test"
"testing"

"github.com/tommi2day/check_hm/test"

"github.com/atc0005/go-nagios"
"github.com/go-resty/resty/v2"
"github.com/jarcoal/httpmock"
Expand Down
3 changes: 2 additions & 1 deletion cmd/device_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package cmd

import (
"github.com/tommi2day/check_hm/test"
"testing"

"github.com/tommi2day/check_hm/test"

"github.com/go-resty/resty/v2"
"github.com/jarcoal/httpmock"
"github.com/stretchr/testify/assert"
Expand Down

0 comments on commit 97b51fa

Please sign in to comment.