Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Jan 3, 2025
1 parent 857099a commit 6730883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/swarms_cloud/mcs_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func main() {
## C Sharp


````cs
````txt
using System;
using System.Net.Http;
using System.Text;
Expand Down
2 changes: 1 addition & 1 deletion swarms/structs/spreadsheet_swarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def data_to_json_file(self):

create_file_in_folder(
folder_path=f"{self.workspace_dir}/Spreedsheet-Swarm-{self.name}/{self.name}",
file_name=f"spreedsheet-swarm-{uuid_hex}_metadata.json",
file_name=f"spreedsheet-swarm-{uuid_hex}-metadata.json",
content=out,
)

Expand Down

0 comments on commit 6730883

Please sign in to comment.