Files @ 73234a550e7d
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
templates: remove redundant pull-left and pull-right for changeset progress bars

"float: left" and "float: right" for these elements are already set in
kallithea-diff.less.

Aligns it with compare_diff.html which already didn't use "pull" on "node" and
"changes".
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh