Skip to content

Commit

Permalink
spacing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpc500 authored Mar 21, 2022
1 parent a006984 commit 15b9232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Payload_Type/medusa/agent_code/vscode_list_recent.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def vscode_list_recent(self, task_id, db=""):
recent_file["path"] = entry["fileUri"].replace("file://", "")
recent_file["type"] = "file"
recent_files.append(recent_file)
return { "recents": recent_files }
return { "recents": recent_files }
2 changes: 1 addition & 1 deletion Payload_Type/medusa/agent_code/vscode_open_edits.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def vscode_open_edits(self, task_id, backups_path=""):
open_edit["ctime"] = time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(json_data["ctime"]/1000))
open_edit["type"] = "Edit"
open_edits.append(open_edit)
return { "edits" : open_edits }
return { "edits" : open_edits }

0 comments on commit 15b9232

Please sign in to comment.