Skip to content

Commit e2e2db4

Browse files
Fixed gofmt formatting
1 parent 4e69d19 commit e2e2db4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

internal/session/handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package session

internal/traversal/traversal.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ func ListFiles(path string, userID string) ([]FileEntry, error) {
6767
}
6868

6969
/*
70-
checks if the user is the owner of the file
71-
username is the LDAP CN for the user
72-
uses getfacl to fetch the permissions (usually from filesystems mounted from remote servers)
70+
checks if the user is the owner of the file
71+
username is the LDAP CN for the user
72+
uses getfacl to fetch the permissions (usually from filesystems mounted from remote servers)
7373
*/
7474
func isOwner(filePath string, userCN string) (bool, error) {
7575

0 commit comments

Comments
 (0)