Skip to content

Commit e1f768f

Browse files
[housekeeping] Automated PR to fix formatting errors (#389)
Automated dotnet-format update Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c399a2 commit e1f768f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Maui.Markup/TypedBinding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ void ApplyCore(TSource? sourceObject, BindableObject target, BindableProperty pr
249249
if (needsSetter && sourceObject is not null)
250250
{
251251
var value = GetTargetValue(target.GetValue(property), typeof(TProperty?));
252-
252+
253253
if (value is null)
254254
{
255255
setter?.Invoke(sourceObject, default);

0 commit comments

Comments
 (0)