Skip to content

Commit 624bdc4

Browse files
committed
Add comment
1 parent 84f11db commit 624bdc4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

text-counter-razor/Pages/IndexModel.cshtml.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ public IndexModel(ILogger<IndexModel> logger)
1212
this._logger = logger;
1313
}
1414

15-
public void OnGet() { }
15+
public void OnGet()
16+
{
17+
//empty method
18+
}
1619
}
1720
}

0 commit comments

Comments
 (0)