Remove accidental slash

This commit is contained in:
thank_you
2021-06-22 13:03:23 -04:00
parent c3eba25b0c
commit 20f321e623

View File

@@ -28,7 +28,7 @@ abstract class EmailSender extends DataFlow::CallCfgNode {
* Gets a data flow node holding the subject of the email.
*/
abstract DataFlow::Node getSubject();
}\
}
class FlaskMailEmailSender extends EmailSender {
FlaskMailEmailSender() {