Skip to content

Remove unnecessary default argument on Data3DPointsData_t template (#… #486

Remove unnecessary default argument on Data3DPointsData_t template (#…

Remove unnecessary default argument on Data3DPointsData_t template (#… #486

Workflow file for this run

name: C++ Code Format
on:
push:
pull_request:
branches:
- master
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '15'
exclude-regex: 'extern'