Skip to content

Commit 0b3031f

Browse files
committed
scripts/configure.fsx: cosmetic " " after ellipsis
To be consistent with the other config checks.
1 parent c23038f commit 0b3031f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/configure.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ let buildTool, legacyBuildTool, areGtkLibsAbsentOrDoesNotApply =
125125
// xbuild alone cannot build .NETStandard2.0 libs (Backend and XF are)
126126
true
127127
| _, _, _ ->
128-
Console.Write "checking for GTK (libs)..."
128+
Console.Write "checking for GTK (libs)... "
129129
let gtkLibsPresent = FsxHelper.AreGtkLibsPresent Echo.Off
130130

131131
if gtkLibsPresent then

0 commit comments

Comments
 (0)