Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Feb 14, 2024
1 parent 9f24f04 commit ca34e06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/extensions/base_request_builder_extensions.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
part of '../../kiota_abstractions.dart';

extension BaseRequestBuilderExtensions<T extends BaseRequestBuilder<T>> on BaseRequestBuilder<T> {
extension BaseRequestBuilderExtensions<T extends BaseRequestBuilder<T>>
on BaseRequestBuilder<T> {
/// Clones the current request builder using [clone] and sets the given
/// [rawUrl] as the url to use.
///
Expand Down

0 comments on commit ca34e06

Please sign in to comment.