Skip to content

Commit

Permalink
texdocs_spec.rb: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnjp committed Aug 3, 2024
1 parent a129031 commit c278540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/search/texdocs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
}
let(:texmf_home_regex) { Regexp.escape(normalize_path(texmf_home)) }

let(:texdocs_n_dist) {
let(:texdocs_n_dist) {
/texdocs\[(\d+?)\] = #{texmf_dist_regex}\/doc/.match(stderr).to_a.values_at(1)[0].to_i
}
let(:texdocs_n_home) {
let(:texdocs_n_home) {
/texdocs\[(\d+?)\] = #{texmf_home_regex}\/doc/.match(stderr).to_a.values_at(1)[0].to_i
}

Expand Down

0 comments on commit c278540

Please sign in to comment.