Skip to content

Commit d795149

Browse files
committed
chore: Some random import order changes.
1 parent 25778ae commit d795149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plc4go/internal/ads/Interactions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ package ads
2222
import (
2323
"context"
2424
"fmt"
25-
"github.com/apache/plc4x/plc4go/spi/utils"
2625
"runtime/debug"
2726
"time"
2827

2928
"github.com/apache/plc4x/plc4go/protocols/ads/readwrite/model"
3029
"github.com/apache/plc4x/plc4go/spi"
30+
"github.com/apache/plc4x/plc4go/spi/utils"
3131
)
3232

3333
func (m *Connection) ExecuteAdsReadDeviceInfoRequest(ctx context.Context) (model.AdsReadDeviceInfoResponse, error) {

plc4go/spi/utils/StopWarn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ package utils
2121

2222
import (
2323
"fmt"
24-
"github.com/rs/zerolog/log"
2524
"runtime"
2625
"runtime/pprof"
2726
"strings"
2827
"sync"
2928
"time"
3029

3130
"github.com/rs/zerolog"
31+
"github.com/rs/zerolog/log"
3232
)
3333

3434
type stopWarnOptions struct {

0 commit comments

Comments
 (0)