Skip to content

Commit

Permalink
Fix kotlin spotless check
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <alper_ozturk@proton.me>
  • Loading branch information
alperozturk96 committed Jun 28, 2024
1 parent 66f0da3 commit 81a1a57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,8 @@ class PreviewImageFragment : FileFragment(), Injectable {

try {
bitmapResult = BitmapUtils.decodeSampledBitmapFromFile(
storagePath, minWidth,
storagePath,
minWidth,
minHeight
)

Expand Down

0 comments on commit 81a1a57

Please sign in to comment.