Skip to content

Commit

Permalink
Remove parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Guijt committed Jul 22, 2024
1 parent 73db265 commit b585435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace MyApp.Namespace
{

public class CallApiModel() : PageModel
public class CallApiModel : PageModel
{
public string Json = string.Empty;

Expand Down

0 comments on commit b585435

Please sign in to comment.