fix indenting

This commit is contained in:
Uwe Steinmann 2023-01-11 13:26:12 +01:00
parent 69a70242b0
commit e42af89bcf

View File

@ -111,7 +111,7 @@ class SeedDMS_SQLiteFTS_Document {
* @return string * @return string
*/ */
public function getFieldValue($fieldName) { public function getFieldValue($fieldName) {
return $this->getField($fieldName)->value; return $this->getField($fieldName)->value;
} }
} }
?> ?>