Skip to content

Commit 7533576

Browse files
committed
gofmt
1 parent c33d61a commit 7533576

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

asset/asset.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
package asset
22

33
import _ "embed"
4+
45
//go:embed trojan-install.sh
56
var installF string
7+
68
//go:embed client.json
79
var clientF string
810

@@ -14,4 +16,4 @@ func GetAssetStr(ftype int) string {
1416
return clientF
1517
}
1618
return ""
17-
}
19+
}

0 commit comments

Comments
 (0)