File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ root="$(git rev-parse --show-toplevel)"
1717# Define the path to a utility to compute the number of non-empty lines per file:
1818nonempty_lines_per_file=" ${root} /tools/git/scripts/nonempty_lines_per_file"
1919
20- #
20+ # Compute the cost model...
2121" ${nonempty_lines_per_file} " | awk '
2222BEGIN {
2323 # Model coefficients:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ root="$(git rev-parse --show-toplevel)"
1717# Define the path to a utility to compute the number of non-empty lines per file:
1818nonempty_lines_per_file=" ${root} /tools/git/scripts/nonempty_lines_per_file"
1919
20- #
20+ # Compute the cost model...
2121" ${nonempty_lines_per_file} " | awk '
2222BEGIN {
2323 # Model coefficients:
You can’t perform that action at this time.
0 commit comments