Skip to content

Commit

Permalink
Test rust formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim19375 committed Oct 15, 2023
1 parent d3e6a8d commit 1c56ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/labels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pub async fn rename_shared_labels(
name: String,
new_name: String,
) -> Result<(), TodoistAPIError> {
send_todoist_post_request(
send_todoist_post_request (
config,
paths::LABELS_SHARED_RENAME.into(),
Some(&RenameSharedLabelsArgs { name, new_name }),
Expand Down

0 comments on commit 1c56ba5

Please sign in to comment.