Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jul 23, 2024
1 parent 6925a88 commit f1b80a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/posix/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ int aws_thread_launch(
attr_return = pthread_attr_setstacksize(attributes_ptr, 1 * 1024 * 1024);
if (attr_return) {
goto cleanup;

}
}
}
Expand Down

0 comments on commit f1b80a9

Please sign in to comment.