Skip to content

Commit f1c8365

Browse files
committed
No period at the end of error messages for consistency.
1 parent 92444b9 commit f1c8365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/build/Vezel.Zig.Sdk.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<CallTarget Targets="$(_FormatTarget)"
4040
Condition="'$(_FormatTarget)' != ''" />
4141

42-
<Error Text="No source files in project."
42+
<Error Text="No source files in project"
4343
Condition="@(Compile->Count()) == 0" />
4444

4545
<ZigCompile AccessControl="$(AccessControl)"

0 commit comments

Comments
 (0)