summaryrefslogtreecommitdiff
path: root/FireBase/Extensions/TaskExtensions.cs
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2019-05-19 17:00:02 +0200
committerDennis Kobert <d-kobert@web.de>2019-05-19 17:00:02 +0200
commitc4d046858e0822b7c2c540ac2368b2c0e88e7a26 (patch)
tree8ff5cfd8646908784a45762a6148ebc150810160 /FireBase/Extensions/TaskExtensions.cs
parentf89f308c525e9deebc6d2cf6416e27dfe1a299dc (diff)
general refectoring
added 42 as dummy Token
Diffstat (limited to 'FireBase/Extensions/TaskExtensions.cs')
-rw-r--r--FireBase/Extensions/TaskExtensions.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/FireBase/Extensions/TaskExtensions.cs b/FireBase/Extensions/TaskExtensions.cs
index 8e933b2..c955b3a 100644
--- a/FireBase/Extensions/TaskExtensions.cs
+++ b/FireBase/Extensions/TaskExtensions.cs
@@ -1,12 +1,12 @@
-namespace Firebase.Database.Extensions
-{
- using System;
- using System.Threading.Tasks;
+using System;
+using System.Threading.Tasks;
+namespace Firebase.Database.Extensions
+{
public static class TaskExtensions
{
/// <summary>
- /// Instead of unwrapping <see cref="AggregateException"/> it throws it as it is.
+ /// Instead of unwrapping <see cref="AggregateException" /> it throws it as it is.
/// </summary>
public static async Task WithAggregateException(this Task source)
{