Skip to content

Commit 76176e6

Browse files
committed
cgofuse: add missing whitespace to error message
1 parent a686051 commit 76176e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/filesystem/cgofuse/fuse_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
const (
1212
cgoDepPanic = "cgofuse: cannot find winfsp"
1313
cgoDepMessage = "WinFSP(http://www.secfs.net/winfsp/) is required" +
14-
"to mount on this platform, but it was not found"
14+
" to mount on this platform, but it was not found"
1515

1616
systemNameOpt = "FileSystemName="
1717
volNameOpt = "volname="

0 commit comments

Comments
 (0)