Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lulunac27a committed Nov 11, 2024
1 parent 84f11db commit 624bdc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion text-counter-razor/Pages/IndexModel.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ public IndexModel(ILogger<IndexModel> logger)
this._logger = logger;
}

public void OnGet() { }
public void OnGet()
{
//empty method
}
}
}

0 comments on commit 624bdc4

Please sign in to comment.