summaryrefslogtreecommitdiff
path: root/FireBase/Query/OrderQuery.cs
diff options
context:
space:
mode:
Diffstat (limited to 'FireBase/Query/OrderQuery.cs')
-rw-r--r--FireBase/Query/OrderQuery.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/FireBase/Query/OrderQuery.cs b/FireBase/Query/OrderQuery.cs
index 46ebd2c..16adba7 100644
--- a/FireBase/Query/OrderQuery.cs
+++ b/FireBase/Query/OrderQuery.cs
@@ -28,7 +28,7 @@ namespace Firebase.Database.Query
/// <returns> The <see cref="string"/>. </returns>
protected override string BuildUrlParameter(FirebaseQuery child)
{
- return $"\"{this.propertyNameFactory()}\"";
+ return $"\"{propertyNameFactory()}\"";
}
}
-}
+} \ No newline at end of file