Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wraymo committed Jan 30, 2025
1 parent c39d27d commit f48cabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "velox/functions/prestosql/GeometryFunctions.h"
#include "velox/functions/Registerer.h"
#include "velox/functions/prestosql/GeometryFunctions.h"

namespace facebook::velox::functions {
void registerGeometryFunctions(const std::string& prefix) {
Expand Down
2 changes: 1 addition & 1 deletion velox/functions/prestosql/types/GeometryType.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ using Geometry = CustomType<GeometryT>;

void registerGeometryType();

} // namespace facebook::velox
} // namespace facebook::velox

0 comments on commit f48cabc

Please sign in to comment.