JuliaArrays / OffsetArrays.jl

Fortran-like arrays with arbitrary, zero or negative starting indices.
Other
198 stars 40 forks source link

Avoid unicode characters #295

Closed jishnub closed 2 years ago

jishnub commented 2 years ago

Minor change to replace a non-breaking space by a regular space, as this shows up as a Unicode code in some editors

codecov[bot] commented 2 years ago

Codecov Report

Merging #295 (ada0212) into master (c42fe3d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #295   +/-   ##
=======================================
  Coverage   96.35%   96.35%           
=======================================
  Files           5        5           
  Lines         439      439           
=======================================
  Hits          423      423           
  Misses         16       16           
Impacted Files Coverage Δ
src/OffsetArrays.jl 98.27% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c42fe3d...ada0212. Read the comment docs.