Skip to content

Commit c79cf8d

Browse files
lemirejkeiser
authored andcommitted
Correcting indentation.
1 parent cf704cf commit c79cf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ commands:
4141
- run: ARCHFLAGS=-march=haswell make test # this breaks runtime dispatch, but see https://github.com/lemire/simdjson/issues/444... this is a code robustness test
4242
- run: make clean
4343
- run: EXTRAFLAGS=-DSIMDJSON_NO_COMPUTED_GOTO=true make test # this should run tests with computed gotos disabled
44-
make_test_strict:
44+
make_test_strict:
4545
steps:
4646
- checkout
4747
- run: EXTRAFLAGS=-Werror make

0 commit comments

Comments
 (0)