Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGarbutt committed Aug 30, 2019
1 parent 9aff651 commit 2ca4a2e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ func (s *sessionActionHandler) doMutliJobMount(action datamodel.SessionAction, s
return s.fsProvider.Mount(multiJobSession, multiJobAttachmentStatus)
}


func (s *sessionActionHandler) doMutliJobUnmount(action datamodel.SessionAction, sessionName datamodel.SessionName) error {
sessionMutex, err := s.sessionRegistry.GetSessionMutex(sessionName)
if err != nil {
Expand Down

0 comments on commit 2ca4a2e

Please sign in to comment.