Skip to content

Commit 56c25bf

Browse files
committed
Another F-Ing CodeQA
ISTG.... PLEASE MAKE IT THE LAST :pepehands:
1 parent 5460fd2 commit 56c25bf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CollapseLauncher/XAMLs/Theme/CustomControls/CommunityToolkit.Labs/MarkdownTextBlock/Renderers/WinUIRenderer.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
using Markdig.Syntax.Inlines;
1414
using System;
1515
using System.Collections.Generic;
16-
// ReSharper disable MemberInitializerValueIgnored
1716
// ReSharper disable UnusedAutoPropertyAccessor.Global
1817
// ReSharper disable InconsistentNaming
1918
// ReSharper disable CheckNamespace
@@ -25,7 +24,7 @@ public class WinUIRenderer : RendererBase
2524
private readonly Stack<IAddChild> _stack = new();
2625
private char[] _buffer;
2726
public MyFlowDocument FlowDocument { get; }
28-
public MarkdownConfig Config { get; set; } = MarkdownConfig.Default;
27+
public MarkdownConfig Config { get; set; }
2928

3029
public WinUIRenderer(MyFlowDocument document, MarkdownConfig config)
3130
{

Hi3Helper.Win32

0 commit comments

Comments
 (0)