summaryrefslogtreecommitdiff
path: root/dsa/FireBase/Query/IFirebaseQuery.cs
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2019-06-12 21:47:51 +0200
committerDennis Kobert <d-kobert@web.de>2019-06-12 21:47:51 +0200
commit304437b834e8c87687f68333ae67a13ee1377a73 (patch)
tree51dd246568e8a159627d9cb92e99890adb5cbef8 /dsa/FireBase/Query/IFirebaseQuery.cs
parent2fa4a0e50ebfc97059c8b84dbd17e79f9afc8a8d (diff)
Adjust Codestyle
Diffstat (limited to 'dsa/FireBase/Query/IFirebaseQuery.cs')
-rw-r--r--dsa/FireBase/Query/IFirebaseQuery.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/dsa/FireBase/Query/IFirebaseQuery.cs b/dsa/FireBase/Query/IFirebaseQuery.cs
index 0da4b15..f31e39e 100644
--- a/dsa/FireBase/Query/IFirebaseQuery.cs
+++ b/dsa/FireBase/Query/IFirebaseQuery.cs
@@ -3,13 +3,11 @@ using System.Collections.Generic;
using System.Threading.Tasks;
using Firebase.Database.Streaming;
-namespace Firebase.Database.Query
-{
+namespace Firebase.Database.Query {
/// <summary>
/// The FirebaseQuery interface.
/// </summary>
- public interface IFirebaseQuery
- {
+ public interface IFirebaseQuery {
/// <summary>
/// Gets the owning client of this query.
/// </summary>