Skip to content

Commit 7e801a3

Browse files
authored
Merge pull request #120 from yt-project/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5b09ade + 8faeae9 commit 7e801a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/tools/generate_density_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ int main(int argc, char* argv[]) {
7575
const int num_fields = 1; // number of fields
7676
const int num_grids = CUBE(NGRID_1D) + CUBE(REFINE_BY); // number of grids
7777
double time = 0.0;
78-
double(*field_data)[num_fields][CUBE(GRID_DIM + GHOST_CELL * 2)] =
78+
double (*field_data)[num_fields][CUBE(GRID_DIM + GHOST_CELL * 2)] =
7979
new double[num_grids][num_fields][CUBE(GRID_DIM + GHOST_CELL * 2)];
8080

8181
for (int step = 0; step < total_steps; step++) {

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/pre-commit/mirrors-clang-format
15-
rev: v19.1.7
15+
rev: v20.1.6
1616
hooks:
1717
- id: clang-format
1818
types_or: ['c++', 'c']

0 commit comments

Comments
 (0)