Skip to content

Commit c41d5bb

Browse files
committed
fantomas
1 parent 2875b6a commit c41d5bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/build.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ module DocsTool =
196196
"fsdocs-package-version", quoted latestEntry.NuGetVersion
197197
"fsdocs-readme-link", quoted (READMElink.ToString ())
198198
"fsdocs-release-notes-link", quoted (CHANGELOGlink.ToString ())
199-
"fsdocs-logo-src", quoted ("https://raw.githubusercontent.com/fsprojects/FSharp.Control.R3/refs/heads/main/docsSrc/content/icon.png")
199+
"fsdocs-logo-src",
200+
quoted ("https://raw.githubusercontent.com/fsprojects/FSharp.Control.R3/refs/heads/main/docsSrc/content/icon.png")
200201
]
201202
Strict = Some true
202203
}

0 commit comments

Comments
 (0)