mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
4 lines
107 B
Bash
Executable File
4 lines
107 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
$(dirname ${BASH_SOURCE[0]})/check-style -l | xargs --no-run-if-empty clang-format -i
|