Skip to content

Commit 1c1054d

Browse files
committed
Formatting
1 parent a2800ab commit 1c1054d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/http/httpClient/KiotaClientFactory.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public static IList<ActivatableType> GetDefaultHandlerActivatableTypes()
160160
new(typeof(BodyInspectionHandler)),
161161
};
162162
}
163-
163+
164164
/// <summary>
165165
/// Provides DI-safe trim annotations for an underlying type.
166166
/// Required due to https://github.com/dotnet/runtime/issues/110239
@@ -198,15 +198,15 @@ public ActivatableType(Type type)
198198
/// </summary>
199199
public readonly Type Type;
200200
#endif
201-
201+
202202
/// <summary>
203203
/// Implicitly converts from the wrapper to the underlying type.
204204
/// </summary>
205205
/// <param name="type">An instance of <see cref="ActivatableType"/></param>
206206
/// <returns>The <see cref="Type"/></returns>
207207
public static implicit operator Type(ActivatableType type) => type.Type;
208208
}
209-
209+
210210

211211
/// <summary>
212212
/// Creates a <see cref="DelegatingHandler"/> to use for the <see cref="HttpClient" /> from the provided <see cref="DelegatingHandler"/> instances. Order matters.

0 commit comments

Comments
 (0)