Skip to content

Commit a2f9c05

Browse files
author
Frederic Wickert
committed
change for test
1 parent 7e693cd commit a2f9c05

File tree

1 file changed

+1
-3
lines changed
  • src/Application/src/RazorPagesTestSample/Data

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ public class Message
2121
[DataType(DataType.Text)]
2222
[StringLength(250, ErrorMessage = "There's a 250 character limit on messages. Please shorten your message.")]
2323
public string Text { get; set; }
24-
}
25-
26-
//comment for test
24+
}
2725
#endregion
2826
}

0 commit comments

Comments
 (0)