diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/FeatureExtractorBase.h b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/FeatureExtractorBase.h
index 280d1c4..497fec6 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/FeatureExtractorBase.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/FeatureExtractorBase.h
@@ -51,7 +51,8 @@ public:
/**
* Returns the factor type for this feature/factor (Nominal or Numeric).
*/
- virtual Tgs::DataFrame::FactorType getFactorType() const override { return Tgs::DataFrame::Numerical; }
+ virtual Tgs::DataFrame::FactorType getFactorType() const override
+ { return Tgs::DataFrame::Numerical; }
/**
* Returns the null treatment for this feature/factor (NullAsValue or NullAsMissingValue).