Skip to content

Commit 2476fe9

Browse files
fix build
1 parent c2b22a7 commit 2476fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/server/smb/server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (s *Server) NewSmbGlobalMapping(context context.Context, request *internal.
6565

6666
mappingPath, err := getRootMappingPath(remotePath)
6767
if err != nil {
68-
return response, err;
68+
return response, err
6969
}
7070

7171
isMapped, err := s.hostAPI.IsSmbMapped(mappingPath)
@@ -133,7 +133,7 @@ func (s *Server) RemoveSmbGlobalMapping(context context.Context, request *intern
133133

134134
mappingPath, err := getRootMappingPath(remotePath)
135135
if err != nil {
136-
return response, err;
136+
return response, err
137137
}
138138

139139
err = s.hostAPI.RemoveSmbGlobalMapping(mappingPath)

0 commit comments

Comments
 (0)