Skip to content

Commit

Permalink
style: Empty lines
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
  • Loading branch information
maximilien-noal committed Nov 23, 2024
1 parent 0a24469 commit 7af0102
Showing 1 changed file with 0 additions and 112 deletions.
112 changes: 0 additions & 112 deletions src/Spice86/ViewModels/DisassemblyViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -253,118 +253,6 @@ public CpuInstructionInfo? SelectedInstruction {

[RelayCommand(CanExecute = nameof(IsPaused))]
private async Task CopyLine() {
















































































































if (SelectedInstruction is not null) {
await _textClipboard.SetTextAsync(SelectedInstruction.StringRepresentation);
}
Expand Down

0 comments on commit 7af0102

Please sign in to comment.