Skip to content

Commit a5b2479

Browse files
committed
fix(envscan): the missing return
1 parent 0d6a4d1 commit a5b2479

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

envinspection/osinfo_darwin.go

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

3-
func getOsInfo() string {}
3+
func getOsInfo() string {
4+
return ""
5+
}

0 commit comments

Comments
 (0)