diff --git a/src/Thybag/SharePointAPI.php b/src/Thybag/SharePointAPI.php
index 844e094..4b6f296 100644
--- a/src/Thybag/SharePointAPI.php
+++ b/src/Thybag/SharePointAPI.php
@@ -416,7 +416,7 @@ public function read ($list_name, $limit = NULL, $query = NULL, $view = NULL, $s
// If query is required
if (!empty($xml_query)) {
- $xml_options .= '' . $xml_query . '';
+ $xml_options .= '' . $xml_query . '';
}
/*
@@ -1130,4 +1130,4 @@ public function getColumnVersions ($list, $id, $field) { return $this->getFieldV
public function getVersions ($list, $id, $field = null) {
return $this->getFieldVersions($list, $id, $field);
}
-}
\ No newline at end of file
+}