Skip to content

Commit

Permalink
add const to alias
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Feb 15, 2020
1 parent 48f72bf commit e84ca8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Images.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const is_little_endian = ENDIAN_BOM == 0x04030201
@reexport using ImageQualityIndexes

# StatsBase also exports psnr
psnr = ImageQualityIndexes.psnr
const psnr = ImageQualityIndexes.psnr
export psnr

# Both ImageMetadata v0.9.0 and ImageAxes v0.6.0 deprecate the symbol data and
Expand Down

0 comments on commit e84ca8e

Please sign in to comment.