Skip to content

Commit 0fad55d

Browse files
committed
fix linter errs
1 parent aa5cd21 commit 0fad55d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

hw08_envdir_tool/env_reader_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package main
22

33
import (
4-
"github.com/stretchr/testify/assert"
54
"os"
65
"testing"
6+
7+
"github.com/stretchr/testify/assert"
78
)
89

910
func TestReadDir(t *testing.T) {

hw08_envdir_tool/executor_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package main
22

33
import (
4-
"github.com/stretchr/testify/assert"
54
"testing"
5+
6+
"github.com/stretchr/testify/assert"
67
)
78

89
func TestRunCmd(t *testing.T) {

0 commit comments

Comments
 (0)