diff options
author | EuAndreh <eu@euandre.org> | 2021-08-20 19:25:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-20 19:25:57 -0300 |
commit | b32461e16cc37618939ff4d242f09c97ac6529ea (patch) | |
tree | f951e53ca9343c618c32a125686f3fac02f6108d /aux/ci/report.sh | |
parent | aux/ci/report.sh: Put project name at the beginning of the titel (diff) | |
download | git-permalink-b32461e16cc37618939ff4d242f09c97ac6529ea.tar.gz git-permalink-b32461e16cc37618939ff4d242f09c97ac6529ea.tar.xz |
aux/ci/report.sh: Fix inconsistent indentation
Diffstat (limited to 'aux/ci/report.sh')
-rwxr-xr-x | aux/ci/report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/report.sh b/aux/ci/report.sh index 2b50106..5b84c28 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -60,7 +60,7 @@ cat <<EOF >> "$OUT" display: inline; } ol { - list-style-type: disc; + list-style-type: disc; } </style> </head> |