Skip to content

Commit 16e3ed6

Browse files
author
Frederic Wickert
committed
test
1 parent 1bcdd93 commit 16e3ed6

File tree

1 file changed

+2
-0
lines changed
  • src/Application/src/RazorPagesTestSample/Data

1 file changed

+2
-0
lines changed

src/Application/src/RazorPagesTestSample/Data/Message.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ public class Message
2222
[StringLength(250, ErrorMessage = "There's a 250 character limit on messages. Please shorten your message.")]
2323
public string Text { get; set; }
2424
}
25+
26+
//comment for test
2527
#endregion
2628
}

0 commit comments

Comments
 (0)