Skip to content

Commit bcbf612

Browse files
authored
Removed trailing whitespace on line 74 in major_project_submission.py
1 parent a8687c0 commit bcbf612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conditional/blueprints/major_project_submission.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def submit_major_project(user_dict=None):
7171
if name == "" or description == "":
7272
return jsonify({"success": False}), 400
7373
project = MajorProject(user_dict["username"], name, description)
74-
74+
7575
# Don't you dare try pinging @channel
7676
name = name.replace("<!", "<! ")
7777

0 commit comments

Comments
 (0)