File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/FSharp.Formatting.Literate Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -253,9 +253,9 @@ type Literate private () =
253253 match rootInputFolder with
254254 | None -> " C:\\ script.fsx"
255255 | Some r -> Path.Combine( r, " script.fsx" )
256-
256+
257257 let content = ParsePynb.pynbStringToFsx content
258-
258+
259259 ParseScript( parseOptions, ctx)
260260 .ParseAndCheckScriptFile( filePath, content, rootInputFolder, onError)
261261 |> Transformations.generateReferences references
@@ -575,8 +575,7 @@ type Literate private () =
575575 let parseOptions =
576576 match outputKind with
577577 | OutputKind.Fsx
578- | OutputKind.Pynb ->
579- ( MarkdownParseOptions.ParseCodeAsOther)
578+ | OutputKind.Pynb -> ( MarkdownParseOptions.ParseCodeAsOther)
580579 | _ -> MarkdownParseOptions.None
581580
582581 let fsx = ParsePynb.pynbToFsx input
You can’t perform that action at this time.
0 commit comments