Skip to content

Commit

Permalink
Fix number_separator rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxone committed Sep 10, 2024
1 parent cd72ce8 commit fd5ea89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EquinoxCore/EquinoxCore/Cores/ImageCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public final class ImageCoreImpl: ImageCore {

private var lossyCompressionQuality: Double {
let lossless = 1.0
let lossy = 0.9999999
let lossy = 0.999_999_9

// This works around a bug in macOS 14.4.1 and later where encoding HEIC on Intel devices fails.
//
Expand Down

0 comments on commit fd5ea89

Please sign in to comment.