ClickHouse/utils/check-style/fix-style

4 lines
107 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
$(dirname ${BASH_SOURCE[0]})/check-style -l | xargs --no-run-if-empty clang-format -i