Commit 02625391 authored by sagnowski's avatar sagnowski
Browse files

Fix incorrectly placed semicolon

parent 24b052f3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ clang-format-check:
  timeout: "5 minutes"
  script:
    - scripts/check-format.sh -af -p 8 || format_problems=$?
    - if [ $format_problems == 0 ] then; exit 0; fi
    - if [ $format_problems == 0 ] ; then exit 0; fi
    - git diff > formatting-fix.patch
  artifacts:
    paths: