Skip to content

Commit ed51aec

Browse files
alexeyzimarevclaude
andcommitted
Clean up AsyncHelpers.cs after #2371
- Add trailing newline (was missing in the squashed PR) - Remove stale "Adapted from Rebus" header line — the Rebus-derived CustomSynchronizationContext was removed in #2371 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a95bcea commit ed51aec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/RestSharp/AsyncHelpers.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414
//
15-
// Adapted from Rebus
1615

1716
namespace RestSharp;
1817

@@ -30,4 +29,4 @@ static class AsyncHelpers {
3029
public static T RunSync<T>(Func<Task<T>> func) {
3130
return Task.Run(func).GetAwaiter().GetResult();
3231
}
33-
}
32+
}

0 commit comments

Comments
 (0)