Skip to content

Commit f86f076

Browse files
committed
format
1 parent d4fe9fd commit f86f076

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/FSharp.Formatting.Literate/Literate.fs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)