From 00a712b4d1e68bb3c156eb8f97fbb89d684a7e92 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 13 Dec 2015 20:10:52 +0100 Subject: go fmt ...and minimal comment changes. --- pathfs_frontend/names.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pathfs_frontend/names.go') diff --git a/pathfs_frontend/names.go b/pathfs_frontend/names.go index e1783a6..219942e 100644 --- a/pathfs_frontend/names.go +++ b/pathfs_frontend/names.go @@ -24,7 +24,6 @@ func (fs *FS) isFiltered(path string) bool { return false } - // encryptPath - encrypt relative plaintext path func (fs *FS) encryptPath(plainPath string) (string, error) { if fs.args.PlaintextNames { -- cgit v1.2.3