Skip to content

Commit afc6f81

Browse files
author
Farid Zakaria
committed
Whitespace lint
1 parent 44bb130 commit afc6f81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/buildAndTestCMake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
shell: bash
7373
run: |
7474
cmake --preset debug
75-
cmake --build ./build --target check-stablehlo-ci
75+
cmake --build ./build --target check-stablehlo-ci
7676
7777
- name: Build and Test StableHLO (with Python bindings)
7878
shell: bash
7979
run: |
8080
cmake --preset debug-python
81-
cmake --build ./build --target check-stablehlo-ci
81+
cmake --build ./build --target check-stablehlo-ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Here's how to build the StableHLO repo on Linux or macOS:
6464
# first configure the build system
6565
cmake --preset debug
6666
# then build the project
67-
cmake --build ./build --target check-stablehlo-ci
67+
cmake --build ./build --target check-stablehlo-ci
6868
```
6969

7070
You should see results like this:

0 commit comments

Comments
 (0)