Skip to content

Commit cb61cb8

Browse files
committed
Revert formatting change
1 parent d8dab73 commit cb61cb8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/project/util.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package project
22

3-
import (
4-
"strings"
5-
)
3+
import "strings"
64

75
func isDynamicFileName(fileName string) bool {
86
return strings.HasPrefix(fileName, "^")

0 commit comments

Comments
 (0)