Skip to content

Commit ef17603

Browse files
paulirwinCopilot
andauthored
Update JavaToCSharpGui/Infrastructure/TextClipboard.cs
Co-authored-by: Copilot <[email protected]>
1 parent 399698c commit ef17603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaToCSharpGui/Infrastructure/TextClipboard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal class TextClipboard : ITextClipboard
1212
/// <inheritdoc />
1313
public async Task<string?> GetTextAsync()
1414
{
15-
if(_clipboard is null)
15+
if (_clipboard is null)
1616
{
1717
return null;
1818
}

0 commit comments

Comments
 (0)