Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Oct 5, 2022
1 parent 5d78d1f commit c66d184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FsAutoComplete.Core/Commands.fs
Original file line number Diff line number Diff line change
Expand Up @@ -658,10 +658,10 @@ type Commands(checker: FSharpCompilerServiceChecker, state: State, hasAnalyzers:
return CoreResponse.Res()
}

member _.FsProjRemoveFile (fsprojPath: string) (fileVirtPath: string) (fullPath : string) =
member _.FsProjRemoveFile (fsprojPath: string) (fileVirtPath: string) (fullPath: string) =
async {
FsProjEditor.removeFile fsprojPath fileVirtPath
state.RemoveProjectOptions (normalizePath fullPath)
state.RemoveProjectOptions(normalizePath fullPath)
return CoreResponse.Res()
}

Expand Down

0 comments on commit c66d184

Please sign in to comment.