Skip to content

Commit 22ed82c

Browse files
committed
Remove trailing whitespace in mobile.rs
Cleaned up unnecessary trailing whitespace in the `mobile.rs` file to improve code formatting and maintain consistency.
1 parent d420ffe commit 22ed82c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mobile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ impl<R: Runtime> Cache<R> {
8282
level: compression_level.unwrap_or(6),
8383
threshold: compression_threshold.unwrap_or(crate::models::COMPRESSION_THRESHOLD),
8484
};
85-
85+
8686
// Send configuration to native side
8787
let _ = self.0.run_mobile_plugin("updateCompressionConfig", &config);
8888
// Error is ignored because this feature might not exist in older versions of mobile plugins

0 commit comments

Comments
 (0)