mmartell commented on a change in pull request #856:
URL: https://github.com/apache/geode-native/pull/856#discussion_r696178392
##########
File path: netcore/AspNetCore GeodeSession Sample/Pages/Index.cshtml.cs
##########
@@ -0,0 +1,71 @@
+using System;
+using Microsoft.AspNetCore.Http;
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.AspNetCore.Mvc.RazorPages;
+using SessionSample.Middleware;
+using Web.Extensions;
+
+namespace SessionSample.Pages
+{
+ public class IndexModel : PageModel
Review comment:
Good catch. I need to learn how to bulk clang-format a project.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]