Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobjmarks committed Apr 30, 2024
1 parent afaf3ca commit f27866d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Pages/Home.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private void InputOnChange(string? value)
return;

if (!isLoading)
isLoading = true;
isLoading = true;
}

private async Task InputOnDebounce(string? value)
Expand Down

0 comments on commit f27866d

Please sign in to comment.