Skip to content

Commit 7bc6717

Browse files
authored
Fix formatting
1 parent 2cae817 commit 7bc6717

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pika.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: |
145145
source /opt/rh/devtoolset-10/enable
146146
cmake --build build --config ${{ env.BUILD_TYPE }}
147-
147+
148148
- name: Cleanup Build Trees
149149
run: |
150150
rm -rf ./buildtrees
@@ -175,7 +175,7 @@ jobs:
175175
find /__w/pikiwidb/pikiwidb -type f \( -name "librocksdb.a" -o -name "libprotoc.a" -o -name "libprotobuf.a" \) -delete 2>/dev/null || true
176176
find /__w/pikiwidb/pikiwidb -type f \( -name "*.o" -o -name "*.a" -o -name "*.la" -o -name "*.so" -o -name "*_test" \) ! -path "*/build/pika" -delete 2>/dev/null || true
177177
rm -rf /__w/pikiwidb/pikiwidb/.git 2>/dev/null || true
178-
df -h
178+
df -h
179179
180180
- name: Create Log Directories
181181
run: |

0 commit comments

Comments
 (0)